Skip to content

Commit da459ad

Browse files
skjnldsvnextcloud-command
authored andcommitted
Pin engines version
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 252fcfe commit da459ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"extends @nextcloud/browserslist-config"
5959
],
6060
"engines": {
61-
"node": ">=14.0.0",
62-
"npm": ">=7.0.0"
61+
"node": "^14.0.0",
62+
"npm": "^7.0.0"
6363
},
6464
"devDependencies": {
6565
"@babel/plugin-proposal-class-properties": "^7.16.7",
@@ -75,4 +75,4 @@
7575
"jest": "^27.3.1",
7676
"wait-on": "^6.0.1"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)