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

github.com/nextcloud/files_automatedtagging.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:22:43 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-08 13:04:58 +0300
commit5ef4a2c78f110e77dab7177b8783226c8499b73b (patch)
tree6364f19362d30081ffd502b98663e7903423f3b7 /package.json
parent1d2441bbbd2e77e45ef99c2a3584c1848833be4e (diff)
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5bf3fef..7bb2914 100644
--- a/package.json
+++ b/package.json
@@ -29,8 +29,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",