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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-06-16 17:38:30 +0300
committerGitHub <noreply@github.com>2021-06-16 17:38:30 +0300
commit24664ca5a77eee93b2fe401df6f074ba70d12f08 (patch)
tree21e884285e85b507a31eeff9fcbf57428386ef06
parent40ee8d8544db879b7d34be594b9f89d6fe4e5498 (diff)
parent71d8d872416a5fde9c2c2eeb54930e2807a63071 (diff)
Merge pull request #1663 from nextcloud/bump-node-and-npm-version-in-package-jsonv22.0.0beta5
Bump node and npm version in package.json
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9e4341eaf..782b40d32 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,8 @@
"vuex": "^3.6.2"
},
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",