aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2024-01-16 13:20:19 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-01-16 13:20:19 +0000
commit82d8ff83d156504f4be1d539007ccc3c9704bbc7 (patch)
treeeff83f6e468d2e486cbdd3dbcc65d691228098f1 /package.json
parent58b31a9d24edd85c72e7248bab6fc340eac28751 (diff)
downloadnextcloud-server-82d8ff83d156504f4be1d539007ccc3c9704bbc7.tar.gz
nextcloud-server-82d8ff83d156504f4be1d539007ccc3c9704bbc7.zip
Update npm and node engines versions
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c06bb1907c8..933c38d33bb 100644
--- a/package.json
+++ b/package.json
@@ -197,7 +197,7 @@
],
"engines": {
"node": "^20.0.0",
- "npm": "^9.0.0"
+ "npm": "^10.0.0"
},
"overrides": {
"colors": "1.4.0"