From 67789c0014001913c91d917be7c2ed53f9d695fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Thu, 5 Mar 2020 17:18:37 +0100 Subject: [PATCH] [TO REVERT] Pin Node 13.9 13.10 breaks yarn: https://github.com/nodejs/node/issues/32105 --- .github/workflows/coverage.yml | 2 +- .travis.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 03738da23034..e7bf44c8aebc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index 65866e1c6d25..b0e2b4f63001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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: