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 Jul 7, 2023
1 parent b38a860 commit 02615aa
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@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
- image: cimg/node:18.16.1@sha256:ffc2e6089568307e961a09485b073c440019cf920f23648ae2b8f7be1d1b0129
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@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
- image: cimg/node:18.16.1@sha256:ffc2e6089568307e961a09485b073c440019cf920f23648ae2b8f7be1d1b0129
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@sha256:45826c38fb365c2848f3f595443b3086b1df4256d659b380bb9b666141eceadd
- image: cimg/node:18.16.1@sha256:ffc2e6089568307e961a09485b073c440019cf920f23648ae2b8f7be1d1b0129
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down

0 comments on commit 02615aa

Please sign in to comment.