summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2024-01-16 13:16:11 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2024-01-17 08:40:54 +0100
commit2492232c57f55a516043c11ed7f377d80138af8f (patch)
tree498fa4a9209063383cbdfdc7d0f7bbd0ba974bf3
parent0ea8ca3558608d06357c6b0b0d0dc64ce8d57e1f (diff)
Update npm and node engines versions
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 10f4f7112..56e68fc3c 100644
--- a/package.json
+++ b/package.json
@@ -34,8 +34,8 @@
"url": "https://github.com/nextcloud/news/issues"
},
"engines": {
- "node": "18.18.2 || ^20.9.0",
- "npm": "9.8.1 || ^10.1.0"
+ "node": "^20.0.0",
+ "npm": "^10.0.0"
},
"resolutions": {
"natives": "1.1.3"