mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
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>
This commit is contained in:
parent
91a35db95f
commit
616f91d14d
2 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue