chore: pin windows node.js version (#11522)

This commit is contained in:
Huáng Jùnliàng 2020-05-05 08:46:45 -04:00 committed by GitHub
parent 2bb2933dea
commit 812f3750c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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