From 8ed2c2d3a4c9c2b1f769bac11252519eb886981b Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Tue, 16 Jan 2024 13:21:16 +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 751b5516..7866fd7f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "scripts": { "build": "webpack --progress --config src/webpack.prod.js",