From 2492232c57f55a516043c11ed7f377d80138af8f Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Tue, 16 Jan 2024 13:16:11 +0000 Subject: Update npm and node engines versions Signed-off-by: nextcloud-command --- package.json | 4 ++-- 1 file 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" -- cgit v1.2.3