From 93e84f60ecbaa854b3840364d7a349c8b15168d5 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Tue, 16 Jan 2024 13:21:02 +0000 Subject: [PATCH] Update npm and node engines versions Signed-off-by: nextcloud-command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",