Test node@13 on CircleCI (#10600)

This commit is contained in:
Brian Ng 2019-10-24 08:28:01 -05:00 committed by Huáng Jùnliàng
parent 562b6c3bbb
commit fce1b74105
2 changed files with 8 additions and 9 deletions

View File

@ -43,7 +43,7 @@ jobs:
test:
working_directory: ~/babel
docker:
- image: circleci/node:12
- image: circleci/node:13
steps:
- checkout
- restore-cache: *restore-yarn-cache
@ -107,7 +107,6 @@ jobs:
cat ~/test262.tap | $(npm bin)/tap-mocha-reporter spec || true
<<: *test262_workdir
workflows:
version: 2
test:

View File

@ -27,16 +27,16 @@ matrix:
include:
- node_js: "node"
env: JOB=lint
# We test the Node.js 12 on circleci
- node_js: "13"
# Move `windows` build to be the third since it is slow
# 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"
env:
- JOB=test
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9
- YARN_GPG=no
# Continue node_js matrix
- JOB=test
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9
- YARN_GPG=no
# Continue node_js matrix
- node_js: "6"
- node_js: "10"
- node_js: "8"