chore: test against node.js 14 (#11467)

This commit is contained in:
Huáng Jùnliàng 2020-04-23 07:06:39 -04:00 committed by GitHub
parent 9b716518ed
commit 5f299bab18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -40,12 +40,12 @@ aliases:
executors: executors:
node-executor: node-executor:
docker: docker:
- image: circleci/node:13 - image: circleci/node:latest
working_directory: ~/babel working_directory: ~/babel
# e2e-vue-cli test requires chromium # e2e-vue-cli test requires chromium
node-browsers-executor: node-browsers-executor:
docker: docker:
- image: circleci/node:13-browsers - image: circleci/node:latest-browsers
working_directory: ~/babel working_directory: ~/babel
jobs: jobs:

View File

@ -28,7 +28,7 @@ matrix:
- node_js: "node" - node_js: "node"
env: JOB=lint env: JOB=lint
# We test the latest version on circleci # We test the latest version on circleci
- node_js: "12" - node_js: "13"
# Move `windows` build to be the third since it is slow # Move `windows` build to be the third since it is slow
- os: windows - os: windows
node_js: "node" node_js: "node"
@ -42,6 +42,7 @@ matrix:
- $HOME/AppData/Local/Temp/chocolatey - $HOME/AppData/Local/Temp/chocolatey
# Continue node_js matrix # Continue node_js matrix
- node_js: "6" - node_js: "6"
- node_js: "12"
- node_js: "10" - node_js: "10"
- node_js: "8" - node_js: "8"
- node_js: "node" - node_js: "node"