Fix engines versions

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/35073/head
John Molakvoæ 2 years ago committed by GitHub
parent c16e048b0f
commit 052fab42c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,8 +124,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^14.0.0",
"npm": "^7.0.0"
},
"jest": {
"moduleFileExtensions": [

Loading…
Cancel
Save