Skip to content

Commit

Permalink
Merge pull request #352 from bem/yeti-or.freeze-node-10
Browse files Browse the repository at this point in the history
chore(ci): freeze node to 10.4 until mock-fs is fixed
  • Loading branch information
qfox authored Oct 27, 2018
2 parents 1592666 + 8cfb4bd commit 3eab3f1
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
Expand Up @@ -10,7 +10,7 @@ matrix:
include:
- node_js: "8"
env: COVERALLS=1
- node_js: "10"
- node_js: "10.4"

install:
- npm i -g lerna
Expand Down

0 comments on commit 3eab3f1

Please sign in to comment.