Skip to content

Commit

Permalink
chore: pin windows node.js version (babel#11522)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 5, 2020
1 parent 2bb2933 commit 812f375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,8 @@ matrix:
- node_js: "13"
# Move `windows` build to be the third since it is slow
- os: windows
node_js: "node"
# Pin windows node.js version until https://github.com/nodejs/node/issues/33166 is resolved
node_js: "14.0"
env:
- JOB=test
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9
Expand Down

0 comments on commit 812f375

Please sign in to comment.