Skip to content

Commit 5955406

Browse files
Increase minimum Node version to 10
Node 8 has reached end-of-life.
1 parent 963cb5e commit 5955406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- 'node'
4-
- '8'
4+
- '10'
55
script:
66
- npm run travisci
77
cache:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"sideEffects": false,
1717
"engines": {
18-
"node": ">=8"
18+
"node": ">=10"
1919
},
2020
"scripts": {
2121
"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)