Skip to content

Commit

Permalink
ci(deps): pin node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 76dbca1 commit 4c162b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ only_dev: &only_dev
jobs:
build:
docker:
- image: cimg/node:18.20
- image: cimg/node:18.20.4@sha256:47889a018de75a976d77397f75bce3041c6afda2d798fde68dba3acc9da7758c
steps:
- checkout
# Define the working directory for this job
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
description: Run integration tests against external services, e.g. Snowplow
docker:
# The application
- image: cimg/node:18.20
- image: cimg/node:18.20.4@sha256:47889a018de75a976d77397f75bce3041c6afda2d798fde68dba3acc9da7758c
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
test_specs:
description: Run spec tests
docker:
- image: cimg/node:18.20
- image: cimg/node:18.20.4@sha256:47889a018de75a976d77397f75bce3041c6afda2d798fde68dba3acc9da7758c
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down

0 comments on commit 4c162b9

Please sign in to comment.