File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
build-linux :
39
39
docker :
40
- - image : cimg/node:18.20.7 @sha256:a9ac7a1b9a32bf3a956a7004afdc6db067e6416d9f5b528760278b4c95bd030b
40
+ - image : cimg/node:18.20.8 @sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
41
41
42
42
working_directory : ~/repo
43
43
@@ -258,7 +258,7 @@ jobs:
258
258
259
259
test-linux :
260
260
docker :
261
- - image : cimg/node:18.20.7 @sha256:a9ac7a1b9a32bf3a956a7004afdc6db067e6416d9f5b528760278b4c95bd030b
261
+ - image : cimg/node:18.20.8 @sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
262
262
steps :
263
263
- checkout
264
264
- attach_workspace :
@@ -291,7 +291,7 @@ jobs:
291
291
292
292
test-linux-without-git :
293
293
docker :
294
- - image : cimg/node:18.20.7 @sha256:a9ac7a1b9a32bf3a956a7004afdc6db067e6416d9f5b528760278b4c95bd030b
294
+ - image : cimg/node:18.20.8 @sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
295
295
steps :
296
296
- checkout
297
297
- attach_workspace :
@@ -534,7 +534,7 @@ jobs:
534
534
535
535
review :
536
536
docker :
537
- - image : cimg/node:18.20.7 @sha256:a9ac7a1b9a32bf3a956a7004afdc6db067e6416d9f5b528760278b4c95bd030b
537
+ - image : cimg/node:18.20.8 @sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
538
538
steps :
539
539
- attach_workspace :
540
540
at : .
@@ -573,7 +573,7 @@ jobs:
573
573
574
574
deploy :
575
575
docker :
576
- - image : cimg/node:18.20.7 @sha256:a9ac7a1b9a32bf3a956a7004afdc6db067e6416d9f5b528760278b4c95bd030b
576
+ - image : cimg/node:18.20.8 @sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
577
577
steps :
578
578
- attach_workspace :
579
579
at : .
You can’t perform that action at this time.
0 commit comments