summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2024-01-16 13:21:02 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-01-16 13:21:02 +0000
commit93e84f60ecbaa854b3840364d7a349c8b15168d5 (patch)
tree4ffe616999efb25c49e9a5b47c30de523d923088
parent2ce9cc2d0dd202ea2847a742233c2d189ff5d5c5 (diff)
Update npm and node engines versionsfeat/package-node-npm-engines-update
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 70d51bde..898559a6 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
},
"engines": {
"node": "^20.0.0",
- "npm": "^9.0.0"
+ "npm": "^10.0.0"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",