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

github.com/nextcloud/firstrunwizard.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:29:05 +0300
committerGitHub <noreply@github.com>2021-06-16 17:29:05 +0300
commit047eaf8fd5751b389c3cc461e8e7a28659a2adcd (patch)
tree43fda70967a7564383ecb852aa684db1cc07bc59
parent0936a1d4a53418445d26df5f09889cfacf85e4b4 (diff)
parent5ab00f1d2d4af0be627bfc51809205a7c2c90765 (diff)
Merge pull request #547 from nextcloud/bump-node-and-npm-version-in-package-jsonv22.0.0beta5
Bump node and npm version in package.json
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2ab57599..a6f9f5e9 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,10 @@
"last 2 versions",
"not ie <= 11"
],
+ "engines": {
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
+ },
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",