chore: update node and npm version

- Adjust versions to align with our standards
- Fixes flakyness of dependabot

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/54168/head
Ferdinand Thiessen 2025-07-31 12:33:32 +07:00
parent 91a35db95f
commit 616f91d14d
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated

@ -161,8 +161,8 @@
"workbox-webpack-plugin": "^7.3.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^22.0.0",
"npm": "^10.5.0"
}
},
"node_modules/@actions/core": {

@ -195,8 +195,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^22.0.0",
"npm": "^10.5.0"
},
"overrides": {
"colors": "1.4.0"