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: