Skip to content

Commit 052fab4

Browse files
authored
Fix engines versions
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent c16e048 commit 052fab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"extends @nextcloud/browserslist-config"
125125
],
126126
"engines": {
127-
"node": ">=14.0.0",
128-
"npm": ">=7.0.0"
127+
"node": "^14.0.0",
128+
"npm": "^7.0.0"
129129
},
130130
"jest": {
131131
"moduleFileExtensions": [

0 commit comments

Comments
 (0)