Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-07 10:50:45 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-08 11:23:37 +0300
commit9dbc62a2d39b2d77bbf3223753982c7d31e11c94 (patch)
tree789c3047754a2b65181ff39004ad16678e221cab
parent48d8df7b50e22a151265a27abf5203570ea203cd (diff)
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 074f9cb..f4ea9b0 100644
--- a/package.json
+++ b/package.json
@@ -27,8 +27,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": "^14.0.0",
- "npm": "^7.0.0"
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0-beta.1",