Skip to content

Commit

Permalink
Update to node 20 and npm 10 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavlrsn authored Dec 20, 2023
1 parent 30b9740 commit d75a9b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"private": true,
"engines": {
"node": "18.x",
"npm": "9.x"
"node": "20.x",
"npm": "10.x"
},
"dependencies": {
"@apollo/client": "3.8.8",
Expand Down

0 comments on commit d75a9b1

Please sign in to comment.