Skip to content

Commit

Permalink
[TO REVERT] Pin Node 13.9
Browse files Browse the repository at this point in the history
13.10 breaks yarn: nodejs/node#32105
  • Loading branch information
arcanis authored and nicolo-ribaudo committed Mar 5, 2020
1 parent 7ff6f3b commit db6fa70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
node-version: [13.9]
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -27,13 +27,13 @@ script:
matrix:
fast_finish: true
include:
- node_js: "node"
- node_js: "13.9"
env: JOB=lint
# We test the latest version on circleci
- node_js: "12"
# Move `windows` build to be the third since it is slow
- os: windows
node_js: "node"
node_js: "13.9"
env:
- JOB=test
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9
Expand All @@ -46,11 +46,11 @@ matrix:
- .yarn/cache
# Continue node_js matrix
- node_js: "10"
- node_js: "node"
- node_js: "13.9"
env: JOB=babel-parser-flow-tests
- node_js: "node"
- node_js: "13.9"
env: JOB=babel-parser-typescript-tests
- node_js: "node"
- node_js: "13.9"
env: JOB=babel-parser-test262-tests

notifications:
Expand Down

0 comments on commit db6fa70

Please sign in to comment.