Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 70977e8

Browse files
ci(deps): pin node.js
1 parent d4c4c0a commit 70977e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ only_dev: &only_dev
4747
jobs:
4848
build:
4949
docker:
50-
- image: cimg/node:18.20
50+
- image: cimg/node:18.20.8@sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
5151
steps:
5252
- checkout
5353
# Define the working directory for this job
@@ -89,7 +89,7 @@ jobs:
8989
description: Run integration tests against external services, e.g. Snowplow
9090
docker:
9191
# The application
92-
- image: cimg/node:18.20
92+
- image: cimg/node:18.20.8@sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
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.20
130+
- image: cimg/node:18.20.8@sha256:b4cda63ce8c33c7a4795cd4253f2bc907703381d9bbf4ae78de7e75ca743560f
131131
auth:
132132
username: $DOCKERHUB_USERNAME
133133
password: $DOCKERHUB_PASSWORD

0 commit comments

Comments
 (0)