File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ aliases:
40
40
executors :
41
41
node-executor :
42
42
docker :
43
- - image : circleci/node:13
43
+ - image : circleci/node:latest
44
44
working_directory : ~/babel
45
45
# e2e-vue-cli test requires chromium
46
46
node-browsers-executor :
47
47
docker :
48
- - image : circleci/node:13 -browsers
48
+ - image : circleci/node:latest -browsers
49
49
working_directory : ~/babel
50
50
51
51
jobs :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ matrix:
28
28
- node_js : " node"
29
29
env : JOB=lint
30
30
# We test the latest version on circleci
31
- - node_js : " 12 "
31
+ - node_js : " 13 "
32
32
# Move `windows` build to be the third since it is slow
33
33
- os : windows
34
34
node_js : " node"
@@ -42,6 +42,7 @@ matrix:
42
42
- $HOME/AppData/Local/Temp/chocolatey
43
43
# Continue node_js matrix
44
44
- node_js : " 6"
45
+ - node_js : " 12"
45
46
- node_js : " 10"
46
47
- node_js : " 8"
47
48
- node_js : " node"
You can’t perform that action at this time.
0 commit comments