Skip to content

Commit 5f299ba

Browse files
authored
chore: test against node.js 14 (babel#11467)
1 parent 9b71651 commit 5f299ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ aliases:
4040
executors:
4141
node-executor:
4242
docker:
43-
- image: circleci/node:13
43+
- image: circleci/node:latest
4444
working_directory: ~/babel
4545
# e2e-vue-cli test requires chromium
4646
node-browsers-executor:
4747
docker:
48-
- image: circleci/node:13-browsers
48+
- image: circleci/node:latest-browsers
4949
working_directory: ~/babel
5050

5151
jobs:

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
- node_js: "node"
2929
env: JOB=lint
3030
# We test the latest version on circleci
31-
- node_js: "12"
31+
- node_js: "13"
3232
# Move `windows` build to be the third since it is slow
3333
- os: windows
3434
node_js: "node"
@@ -42,6 +42,7 @@ matrix:
4242
- $HOME/AppData/Local/Temp/chocolatey
4343
# Continue node_js matrix
4444
- node_js: "6"
45+
- node_js: "12"
4546
- node_js: "10"
4647
- node_js: "8"
4748
- node_js: "node"

0 commit comments

Comments
 (0)