This repository was archived by the owner on Jan 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ only_dev: &only_dev
4747jobs :
4848 build :
4949 docker :
50- - image : cimg/node:18@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
50+ - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
5151 steps :
5252 - checkout
5353 # Define the working directory for this job
8989 description : Run integration tests against external services, e.g. Snowplow
9090 docker :
9191 # The application
92- - image : cimg/node:18@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
92+ - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
9393 auth :
9494 username : $DOCKERHUB_USERNAME
9595 password : $DOCKERHUB_PASSWORD
@@ -127,7 +127,7 @@ jobs:
127127 test_specs :
128128 description : Run spec tests
129129 docker :
130- - image : cimg/node:18@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
130+ - image : cimg/node:18.19.0 @sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
131131 auth :
132132 username : $DOCKERHUB_USERNAME
133133 password : $DOCKERHUB_PASSWORD
You can’t perform that action at this time.
0 commit comments