Skip to content

Commit 7c87060

Browse files
committed
chore: update Node and NPM dev versions to align with apps
Apps now use Node 24 as thats the current LTS version. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 32300d3 commit 7c87060

2 files changed

Lines changed: 15 additions & 31 deletions

File tree

package-lock.json

Lines changed: 13 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171
"devEngines": {
7272
"runtime": {
7373
"name": "node",
74-
"version": "^22.0.0",
74+
"version": "^24.0.0",
7575
"onFail": "error"
7676
},
7777
"packageManager": [
7878
{
7979
"name": "npm",
80-
"version": "^10.5.0",
80+
"version": "^11.3.0",
8181
"onFail": "error"
8282
}
8383
]

0 commit comments

Comments
 (0)