Skip to content

Commit

Permalink
Update Node.js to v22 (finos#860)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent b26c67e commit 93c555b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<node.version>20.14.0</node.version>
<node.version>22.11.0</node.version>
</properties>

<modules>
Expand Down
30 changes: 15 additions & 15 deletions rosetta-ide/vscode/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 rosetta-ide/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
]
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/vscode": "^1.73.1",
"shx": "^0.3.4",
"typescript": "^5.0.0",
Expand Down

0 comments on commit 93c555b

Please sign in to comment.