Skip to content

Commit

Permalink
chore: stick with node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Mar 6, 2024
1 parent 9685a0f commit 1ac1cb5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20
- name: Verify package-lock.json
run: ./scripts/verify_lock.mjs
- name: Install
Expand Down
27 changes: 12 additions & 15 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"server"
],
"engines": {
"node": ">=18.14.2",
"npm": ">=9.5.0"
"node": "^20"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down

0 comments on commit 1ac1cb5

Please sign in to comment.