Bump node and npm version in package.json

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-06-16 15:08:18 +02:00
parent 488392f053
commit 91d2716c86
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
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",