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:
commit
941b352c66
|
|
@ -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