Skip to content

Commit ca655cf

Browse files
committedJan 28, 2020
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

+1-1
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)
Failed to load comments.