File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version: 2.0
10
10
jobs :
11
11
build :
12
12
docker :
13
- - image : circleci/node:8 .9.4
13
+ - image : circleci/node:10 .9.0
14
14
working_directory : ~/plotly.js
15
15
steps :
16
16
- checkout
47
47
test-jasmine :
48
48
docker :
49
49
# need '-browsers' version to test in real (xvfb-wrapped) browsers
50
- - image : circleci/node:8 .9.4 -browsers
50
+ - image : circleci/node:10 .9.0 -browsers
51
51
working_directory : ~/plotly.js
52
52
steps :
53
53
- checkout
64
64
test-jasmine2 :
65
65
docker :
66
66
# need '-browsers' version to test in real (xvfb-wrapped) browsers
67
- - image : circleci/node:8 .9.4 -browsers
67
+ - image : circleci/node:10 .9.0 -browsers
68
68
working_directory : ~/plotly.js
69
69
steps :
70
70
- checkout
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
test-syntax :
120
120
docker :
121
- - image : circleci/node:8 .9.4
121
+ - image : circleci/node:10 .9.0
122
122
working_directory : ~/plotly.js
123
123
steps :
124
124
- checkout
You can’t perform that action at this time.
0 commit comments