Skip to content

Commit

Permalink
Merge branch 'chore/upgrade-node-to-22.12.0' into 'develop'
Browse files Browse the repository at this point in the history
chore: update node to v22.12.0

See merge request edalex-group/development/oeq/openequella!504
  • Loading branch information
PenghaiZhang committed Dec 20, 2024
2 parents 437543c + 67eb928 commit ae9dbc4
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 ae9dbc4

Please sign in to comment.