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: