Skip to content

Commit 0be16ea

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 aff6bda commit 0be16ea

File tree

2 files changed

+16
-31
lines changed

2 files changed

+16
-31
lines changed

package-lock.json

Lines changed: 14 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
@@ -57,12 +57,12 @@
5757
"packageManager": [
5858
{
5959
"name": "npm",
60-
"version": "^10.5.0"
60+
"version": "^11.3.0"
6161
}
6262
],
6363
"runtime": {
6464
"name": "node",
65-
"version": "^22.0.0"
65+
"version": "^24.0.0"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)