From 96b2e4e3f0c4f989c9e32c71c13c9b3e6dd43f31 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 9 Aug 2022 09:52:21 +0200 Subject: [PATCH] fix: try npm 7 https://github.com/nextcloud/social/runs/7740827926?check_suite_focus=true skjnldsv/read-package-engines-version-actions@v1.2 does not seem to like the more flexible version specification. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dbfbfb5..d2be9fd2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ ], "engines": { "node": "^16.0.0", - "npm": "^7.0.0 | ^8.0.0" + "npm": "^7.0.0" }, "devDependencies": { "@babel/core": "^7.17.9",