Run against Node 12 rather than Node 13 (#859)

This works around laverdet/node-fibers#420
This commit is contained in:
Natalie Weizenbaum 2019-10-23 00:01:51 +01:00 committed by GitHub
parent bb81bdd2c3
commit 3b36b5e638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,8 @@ jobs:
- &node-tests
name: Node tests | Dart stable | Node stable
language: node_js
node_js: stable
# TODO(nweiz): Make this "stable" when laverdet/node-fibers#420 is fixed.
node_js: 12
install: pub run grinder before-test
script: tool/travis/task/node_tests.sh
- <<: *node-tests
@ -153,7 +154,8 @@ jobs:
- secure: "Iv6UKB6mH0GLkRQtaLeZnoW0QMmXbzGVX/QO+vvT26yWvqlW/ik+YeHB+4VLZFz/4xezukkztVENdxNDCnrQA/NX7fVhjqj4Px2JQau0V0ljYN64H+o0oxlBeMQqnsVOJcsU7DuPFPErYixkE3yuN6DqIYE+DYe3fVQg/1RBCs2z1nejg4udbZG7D0yfrxZSCckhsyBH1Ej72FhMGMaFq7k7IMC7f/sGYZZYsOe2WKmsYF35hyL/twIXKBNxjPat1HmsVT/3VOUIF+doO26BxthEc68Tmp3SHucEXHWPEjk9N87DxLClGkHvvZ2PUK9nYB9/KqxvJqf/AcDO34vS0lAU809Eov7dK/19WE1GtgA/gL0B/nh2QYbWpbO/HPzxFqOYwfzLtAXvwUr45eMNxmh1yupbAtxRvst7ZO/UTC+awW55AXnVd4jiTzZ/jqV52aGbClN+escPZCYXgYosvJLK3G4xLYCY4TTC99riBQZ0MDLfCt35+RivjNLVf8vecGT8WTmVQySzq0Cthy/9SCp1OzWT5roY2rzkwvR4R0+42f48qyDU/buUgPBsw9zwCabWVoB0p4hflalEhc9EwbRn5oDI0NHwXE0r83movx+JHHPBau1zwX53DJSpSFXnDPi6KaNpg52wyuIIzO90zA7FZTRR9My38AzYgVaKkdE="
script: skip
language: node_js
node_js: stable
# TODO(nweiz): Make this "stable" when laverdet/node-fibers#420 is fixed.
node_js: 12
deploy:
provider: script
script: tool/travis/deploy/npm.sh
@ -223,7 +225,8 @@ jobs:
env: *github-env
script: skip
language: node_js
node_js: stable
# TODO(nweiz): Make this "stable" when laverdet/node-fibers#420 is fixed.
node_js: 12
deploy:
provider: script
script: pub run grinder update-bazel