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:
authorJoas Schilling <coding@schilljs.com>2021-06-16 16:00:57 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-16 16:00:57 +0300
commit5428361c5bbffff93dda7be8784c4c0ad8937095 (patch)
treecfa76320f59724be14fae4401bec936afc804c3a /package.json
parent437e8f6f7fbe1bc6f90fd4dde62eb1a5056e211e (diff)
Bump node and npm version in package.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 28a9675..852d88f 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,8 @@
"extends browserslist-config-nextcloud"
],
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",