Skip to content

Commit 60da288

Browse files
chore: update ci to remove v4 and v5 node (#51)
1 parent 0174090 commit 60da288

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: node_js
22
node_js:
3+
- '10'
34
- '9'
45
- '8'
56
- '7'
67
- '6'
7-
- '5'
8-
- '4'
98
script:
109
- npm run test
1110
after_success:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-react": "^7.16.0"
4646
},
4747
"engines": {
48-
"node": ">=6.10.0"
48+
"node": ">=8.0.0"
4949
},
5050
"license": "ISC",
5151
"directories": {

0 commit comments

Comments
 (0)