summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-08-09 09:52:21 +0200
committerMax <max@nextcloud.com>2022-08-09 09:52:21 +0200
commit96b2e4e3f0c4f989c9e32c71c13c9b3e6dd43f31 (patch)
tree18460a059f4b633aa119529e695e99f1e8d00c18
parent0791026b53e012f32812c96d1899118714b73ed3 (diff)
fix: try npm 7fix/ci
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.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",