mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #56226 from nextcloud/feat/package-node-npm-engines-update
build: update node and npm engines versions
This commit is contained in:
commit
03b06e022f
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@
|
|||
"wait-on": "^9.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^22.0.0",
|
||||
"npm": "^10.5.0"
|
||||
"node": "^24.0.0",
|
||||
"npm": "^11.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue