Skip to content

Commit 302fac9

Browse files
committed
chore: update Node and NPM dev versions to align with apps
Apps now use Node 24 as thats the current active LTS. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent ecf30cd commit 302fac9

File tree

2 files changed

+18
-31
lines changed

2 files changed

+18
-31
lines changed

package-lock.json

Lines changed: 16 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
@@ -81,11 +81,11 @@
8181
"devEngines": {
8282
"packageManager": {
8383
"name": "npm",
84-
"version": "^10.6.0"
84+
"version": "^11.3.0"
8585
},
8686
"runtime": {
8787
"name": "node",
88-
"version": "^22"
88+
"version": "^24"
8989
}
9090
}
9191
}

0 commit comments

Comments
 (0)