Skip to content

Commit 08c98be

Browse files
committed
feat(deps): set engine node to >= 10
BREAKING CHANGE: Min node version set to v10
1 parent cc12e8a commit 08c98be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rancher-for-ci": "./bin/rancher-for-ci.js"
1919
},
2020
"engine": [
21-
"node >= 7.6.0"
21+
"node >= 10"
2222
],
2323
"dependencies": {
2424
"axios": "^0.19.0",

0 commit comments

Comments
 (0)