Merge pull request #56226 from nextcloud/feat/package-node-npm-engines-update

build: update node and npm engines versions
This commit is contained in:
Louis 2025-11-06 16:07:18 +01:00 committed by GitHub
commit 03b06e022f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}