Skip to content

Commit

Permalink
Merge pull request redux-saga#1463 from redux-saga/hotfix-ci
Browse files Browse the repository at this point in the history
chore: npm doesnt support node 10
  • Loading branch information
mshustov authored Jun 5, 2018
2 parents c008ee7 + 3876a66 commit cd18662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "10"
- "10.2.1"

install:
- npm run bootstrap
Expand Down

0 comments on commit cd18662

Please sign in to comment.