Skip to content

Commit cd9e630

Browse files
Update minimum Node version to 10
Node 8 has reached end-of-life.
1 parent ad8b715 commit cd9e630

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
@@ -22,7 +22,7 @@
2222
"*.scss"
2323
],
2424
"engines": {
25-
"node": ">=8"
25+
"node": ">=10"
2626
},
2727
"scripts": {
2828
"build": "npm run clean && babel src -d lib --extensions '.js,.ts' --ignore '**/*.spec.js','**/*.spec.ts' && npm run build-types",

0 commit comments

Comments
 (0)