From 6dfeb58c9d730903c4b9fd9bdba97834dbb2c1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Sat, 14 Sep 2024 16:54:45 +0200 Subject: [PATCH] fix: revevrt npm 10 for stable28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85bd3cd53..0fb28e803 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ ], "engines": { "node": "^20.0.0", - "npm": "^10.0.0" + "npm": "^9.0.0" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6",