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
1010jobs :
1111 build :
1212 docker :
13- - image : circleci/node:8 .9.4
13+ - image : circleci/node:10 .9.0
1414 working_directory : ~/plotly.js
1515 steps :
1616 - checkout
4747 test-jasmine :
4848 docker :
4949 # 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
5151 working_directory : ~/plotly.js
5252 steps :
5353 - checkout
6464 test-jasmine2 :
6565 docker :
6666 # 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
6868 working_directory : ~/plotly.js
6969 steps :
7070 - checkout
@@ -118,7 +118,7 @@ jobs:
118118
119119 test-syntax :
120120 docker :
121- - image : circleci/node:8 .9.4
121+ - image : circleci/node:10 .9.0
122122 working_directory : ~/plotly.js
123123 steps :
124124 - checkout
You can’t perform that action at this time.
0 commit comments