File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
34
34
build-linux-and-osx :
35
35
docker :
36
- - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
36
+ - image : cimg/node:18.19.1 @sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
37
37
38
38
working_directory : ~/repo
39
39
@@ -230,7 +230,7 @@ jobs:
230
230
231
231
test-linux :
232
232
docker :
233
- - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
233
+ - image : cimg/node:18.19.1 @sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
234
234
steps :
235
235
- checkout
236
236
- attach_workspace :
@@ -263,7 +263,7 @@ jobs:
263
263
264
264
test-linux-without-git :
265
265
docker :
266
- - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
266
+ - image : cimg/node:18.19.1 @sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
267
267
steps :
268
268
- checkout
269
269
- attach_workspace :
@@ -504,7 +504,7 @@ jobs:
504
504
505
505
review :
506
506
docker :
507
- - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
507
+ - image : cimg/node:18.19.1 @sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
508
508
steps :
509
509
- attach_workspace :
510
510
at : .
@@ -543,7 +543,7 @@ jobs:
543
543
544
544
deploy :
545
545
docker :
546
- - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
546
+ - image : cimg/node:18.19.1 @sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
547
547
steps :
548
548
- attach_workspace :
549
549
at : .
You can’t perform that action at this time.
0 commit comments