28
28
29
29
install-and-cibuild : # main cibuild using node 18 & npm 10
30
30
docker :
31
- - image : cimg/node:18.20
31
+ - image : cimg/node:18.20.4
32
32
working_directory : ~/plotly.js
33
33
steps :
34
34
- checkout
52
52
timezone-jasmine :
53
53
docker :
54
54
# need '-browsers' version to test in real (xvfb-wrapped) browsers
55
- - image : cimg/node:16.17.1 -browsers
55
+ - image : cimg/node:18.20.4 -browsers
56
56
working_directory : ~/plotly.js
57
57
steps :
58
58
- browser-tools/install-browser-tools : &browser-versions
84
84
no-gl-jasmine :
85
85
docker :
86
86
# need '-browsers' version to test in real (xvfb-wrapped) browsers
87
- - image : cimg/node:16.17.1 -browsers
87
+ - image : cimg/node:18.20.4 -browsers
88
88
environment :
89
89
# Alaska time (arbitrary timezone to test date logic)
90
90
TZ : " America/Anchorage"
@@ -103,7 +103,7 @@ jobs:
103
103
webgl-jasmine :
104
104
docker :
105
105
# need '-browsers' version to test in real (xvfb-wrapped) browsers
106
- - image : cimg/node:16.17.1 -browsers
106
+ - image : cimg/node:18.20.4 -browsers
107
107
environment :
108
108
# Alaska time (arbitrary timezone to test date logic)
109
109
TZ : " America/Anchorage"
@@ -122,7 +122,7 @@ jobs:
122
122
virtual-webgl-jasmine :
123
123
docker :
124
124
# need '-browsers' version to test in real (xvfb-wrapped) browsers
125
- - image : cimg/node:16.17.1 -browsers
125
+ - image : cimg/node:18.20.4 -browsers
126
126
environment :
127
127
# Alaska time (arbitrary timezone to test date logic)
128
128
TZ : " America/Anchorage"
@@ -141,7 +141,7 @@ jobs:
141
141
flaky-no-gl-jasmine :
142
142
docker :
143
143
# need '-browsers' version to test in real (xvfb-wrapped) browsers
144
- - image : cimg/node:16.17.1 -browsers
144
+ - image : cimg/node:18.20.4 -browsers
145
145
environment :
146
146
# Alaska time (arbitrary timezone to test date logic)
147
147
TZ : " America/Anchorage"
@@ -159,7 +159,7 @@ jobs:
159
159
bundle-jasmine :
160
160
docker :
161
161
# need '-browsers' version to test in real (xvfb-wrapped) browsers
162
- - image : cimg/node:16.17.1 -browsers
162
+ - image : cimg/node:18.20.4 -browsers
163
163
environment :
164
164
# Alaska time (arbitrary timezone to test date logic)
165
165
TZ : " America/Anchorage"
@@ -177,7 +177,7 @@ jobs:
177
177
mathjax-firefox81 :
178
178
docker :
179
179
# need '-browsers' version to test in real (xvfb-wrapped) browsers
180
- - image : cimg/node:16.17.1 -browsers
180
+ - image : cimg/node:18.20.4 -browsers
181
181
environment :
182
182
# Alaska time (arbitrary timezone to test date logic)
183
183
TZ : " America/Anchorage"
@@ -196,7 +196,7 @@ jobs:
196
196
mathjax-firefox82 :
197
197
docker :
198
198
# need '-browsers' version to test in real (xvfb-wrapped) browsers
199
- - image : cimg/node:16.17.1 -browsers
199
+ - image : cimg/node:18.20.4 -browsers
200
200
environment :
201
201
# Alaska time (arbitrary timezone to test date logic)
202
202
TZ : " America/Anchorage"
@@ -215,7 +215,7 @@ jobs:
215
215
mathjax-firefoxLatest :
216
216
docker :
217
217
# need '-browsers' version to test in real (xvfb-wrapped) browsers
218
- - image : cimg/node:16.17.1 -browsers
218
+ - image : cimg/node:18.20.4 -browsers
219
219
environment :
220
220
# Alaska time (arbitrary timezone to test date logic)
221
221
TZ : " America/Anchorage"
@@ -400,7 +400,7 @@ jobs:
400
400
401
401
mock-validation :
402
402
docker :
403
- - image : cimg/node:16.17.1
403
+ - image : cimg/node:18.20.4
404
404
working_directory : ~/plotly.js
405
405
steps :
406
406
- attach_workspace :
@@ -414,7 +414,7 @@ jobs:
414
414
415
415
source-syntax :
416
416
docker :
417
- - image : cimg/node:16.17.1
417
+ - image : cimg/node:18.20.4
418
418
working_directory : ~/plotly.js
419
419
steps :
420
420
- attach_workspace :
@@ -425,7 +425,7 @@ jobs:
425
425
426
426
publish-dist :
427
427
docker :
428
- - image : cimg/node:16.17.1
428
+ - image : cimg/node:18.20.4
429
429
working_directory : ~/plotly.js
430
430
steps :
431
431
- checkout
@@ -495,7 +495,7 @@ jobs:
495
495
496
496
test-stackgl-bundle :
497
497
docker :
498
- - image : cimg/node:16.17.1
498
+ - image : cimg/node:18.20.4
499
499
working_directory : ~/plotly.js
500
500
steps :
501
501
- checkout
0 commit comments