Merge pull request #33477 from nextcloud/feat/package-node-npm-engines-update

pull/32740/head^2
John Molakvoæ 2022-08-11 08:47:50 +07:00 committed by GitHub
commit a61331f456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

@ -149,8 +149,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"overrides": {
"colors": "1.4.0"