From 1a7242b46876195a844d4f77e2d2096861291398 Mon Sep 17 00:00:00 2001 From: Nextcloud Command Bot <88102737+nextcloud-command@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:40:43 +0100 Subject: [PATCH] Update npm and node engines versions (#355) Signed-off-by: nextcloud-command Co-authored-by: nextcloud-command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cca74dd..eba74fc 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "dependencies": [], "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" } }