Skip to content

Commit ca655cf

Browse files
Increased the minimum Node version to v10
1 parent a919acc commit ca655cf

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
@@ -36,7 +36,7 @@
3636
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
3737
},
3838
"engines":{
39-
"node": ">=8"
39+
"node": ">=10"
4040
},
4141
"devDependencies":{
4242
"@types/chai": "^4.1.7",

0 commit comments

Comments
(0)