Merge pull request #3223 from nextcloud/bump-node-and-npm-version-in-package-json

Bump node and npm version in package.json
This commit is contained in:
Christoph Wurst 2021-06-16 15:40:42 +02:00 committed by GitHub
commit e8dc2caaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",