mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
build: update node and npm engines versions
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
340ea17532
commit
14139905cc
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