Skip to content

Commit

Permalink
chore: update node to v22.12.0
Browse files Browse the repository at this point in the history
Also update npm to v10.9.0.
  • Loading branch information
PenghaiZhang committed Dec 19, 2024
1 parent 1607a0e commit 67eb928
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
22.12.0
4 changes: 2 additions & 2 deletions oeq-ts-rest-api/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 oeq-ts-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"src"
],
"engines": {
"node": "16.20.2",
"npm": "8.19.4"
"node": "22.12.0",
"npm": "10.9.0"
},
"scripts": {
"prepare": "cd gen-io-ts && npm ci && npm run gen && cd -",
Expand Down
8 changes: 4 additions & 4 deletions react-front-end/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 react-front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"tools": "target/tools"
},
"engines": {
"node": "16.20.2",
"npm": "8.19.4"
"node": "22.12.0",
"npm": "10.9.0"
},
"targets": {
"languageBundle": {
Expand Down

0 comments on commit 67eb928

Please sign in to comment.