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

Bump node and npm version in package.json
This commit is contained in:
Vincent Petry 2021-06-16 16:45:52 +02:00 committed by GitHub
commit 941b352c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0"
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0-beta.1",