File tree 1 file changed +3
-3
lines changed
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
47
47
jobs :
48
48
build :
49
49
docker :
50
- - image : cimg/node:18@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
50
+ - image : cimg/node:18.16.0 @sha256:d0a4c62ebf5361f909ef629147c81df7e702188f041b77db81b8743317023bd0
51
51
steps :
52
52
- checkout
53
53
# Define the working directory for this job
89
89
description : Run integration tests against external services, e.g. Snowplow
90
90
docker :
91
91
# The application
92
- - image : cimg/node:18@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
92
+ - image : cimg/node:18.16.0 @sha256:d0a4c62ebf5361f909ef629147c81df7e702188f041b77db81b8743317023bd0
93
93
auth :
94
94
username : $DOCKERHUB_USERNAME
95
95
password : $DOCKERHUB_PASSWORD
@@ -127,7 +127,7 @@ jobs:
127
127
test_specs :
128
128
description : Run spec tests
129
129
docker :
130
- - image : cimg/node:18@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
130
+ - image : cimg/node:18.16.0 @sha256:d0a4c62ebf5361f909ef629147c81df7e702188f041b77db81b8743317023bd0
131
131
auth :
132
132
username : $DOCKERHUB_USERNAME
133
133
password : $DOCKERHUB_PASSWORD
You can’t perform that action at this time.
0 commit comments