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

github.com/nextcloud/privacy.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 15:59:22 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-16 15:59:22 +0300
commit9f27ffd7f184806d6fb74114e09cf52762896ed4 (patch)
tree2c8381aa1b54593706994ee1a172c8a08cf93f1d /package.json
parent4f967d32caf9463655706695d9f15048268d0de4 (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 bcc0e1f..7c7535b 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": ">=12.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",