Skip to content

Commit

Permalink
chore(deps): update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsandoz committed Feb 18, 2024
1 parent f92e476 commit d0e3f51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node env 🏗
uses: actions/[email protected]
with:
node-version: 18
node-version: 20
check-latest: true

- name: Cache node_modules 📦
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19
20
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.0.0",
"private": true,
"engines": {
"node": "18.19"
"node": "20"
},
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit d0e3f51

Please sign in to comment.