@@ -10,7 +10,7 @@ version: 2.0
10
10
jobs :
11
11
install-and-cibuild :
12
12
docker :
13
- - image : circleci/node:12.22.1
13
+ - image : circleci/node:12.22.5
14
14
working_directory : ~/plotly.js
15
15
steps :
16
16
- checkout
34
34
timezone-jasmine :
35
35
docker :
36
36
# need '-browsers' version to test in real (xvfb-wrapped) browsers
37
- - image : circleci/node:12.22.1 -browsers
37
+ - image : circleci/node:12.22.5 -browsers
38
38
working_directory : ~/plotly.js
39
39
steps :
40
40
- attach_workspace :
63
63
no-gl-jasmine :
64
64
docker :
65
65
# need '-browsers' version to test in real (xvfb-wrapped) browsers
66
- - image : circleci/node:12.22.1 -browsers
66
+ - image : circleci/node:12.22.5 -browsers
67
67
environment :
68
68
# Alaska time (arbitrary timezone to test date logic)
69
69
TZ : " America/Anchorage"
79
79
webgl-jasmine :
80
80
docker :
81
81
# need '-browsers' version to test in real (xvfb-wrapped) browsers
82
- - image : circleci/node:12.22.1 -browsers
82
+ - image : circleci/node:12.22.5 -browsers
83
83
environment :
84
84
# Alaska time (arbitrary timezone to test date logic)
85
85
TZ : " America/Anchorage"
95
95
flaky-no-gl-jasmine :
96
96
docker :
97
97
# need '-browsers' version to test in real (xvfb-wrapped) browsers
98
- - image : circleci/node:12.22.1 -browsers
98
+ - image : circleci/node:12.22.5 -browsers
99
99
environment :
100
100
# Alaska time (arbitrary timezone to test date logic)
101
101
TZ : " America/Anchorage"
@@ -110,7 +110,7 @@ jobs:
110
110
bundle-jasmine :
111
111
docker :
112
112
# need '-browsers' version to test in real (xvfb-wrapped) browsers
113
- - image : circleci/node:12.22.1 -browsers
113
+ - image : circleci/node:12.22.5 -browsers
114
114
environment :
115
115
# Alaska time (arbitrary timezone to test date logic)
116
116
TZ : " America/Anchorage"
@@ -143,7 +143,7 @@ jobs:
143
143
144
144
test-baselines :
145
145
docker :
146
- - image : circleci/node:12.22.1
146
+ - image : circleci/node:12.22.5
147
147
working_directory : ~/plotly.js
148
148
steps :
149
149
- attach_workspace :
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
test-exports :
180
180
docker :
181
- - image : circleci/node:12.22.1
181
+ - image : circleci/node:12.22.5
182
182
working_directory : ~/plotly.js
183
183
steps :
184
184
- attach_workspace :
@@ -192,7 +192,7 @@ jobs:
192
192
193
193
mock-validation :
194
194
docker :
195
- - image : circleci/node:12.22.1
195
+ - image : circleci/node:12.22.5
196
196
working_directory : ~/plotly.js
197
197
steps :
198
198
- attach_workspace :
@@ -206,7 +206,7 @@ jobs:
206
206
207
207
source-syntax :
208
208
docker :
209
- - image : circleci/node:12.22.1
209
+ - image : circleci/node:12.22.5
210
210
working_directory : ~/plotly.js
211
211
steps :
212
212
- attach_workspace :
@@ -217,7 +217,7 @@ jobs:
217
217
218
218
publish-dist :
219
219
docker :
220
- - image : circleci/node:12.22.1
220
+ - image : circleci/node:12.22.5
221
221
working_directory : ~/plotly.js
222
222
steps :
223
223
- checkout
0 commit comments