Bump node and npm version in package.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
488392f053
commit
91d2716c86
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue