Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v23.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 356fcc9 commit 5dc0451
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

Lint:
docker:
- image: cimg/node:23.7.0
- image: cimg/node:23.9.0
steps:
- checkout
- run: npm version
Expand All @@ -21,15 +21,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:23.7.0
- image: cimg/node:23.9.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:23.7.0
- image: cimg/node:23.9.0
parameters:
project:
type: string
Expand All @@ -50,15 +50,15 @@ jobs:
path: reports/junit
Attest:
docker:
- image: cimg/node:23.7.0
- image: cimg/node:23.9.0
steps:
- checkout
- run: npm ci
- run: npm run test:type-benches

BuildTarball:
docker:
- image: cimg/node:23.7.0
- image: cimg/node:23.9.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -77,7 +77,7 @@ jobs:
react:
type: string
docker:
- image: cimg/node:23.7.0-browsers
- image: cimg/node:23.9.0-browsers
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:23.7.0
- image: cimg/node:23.9.0
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 5dc0451

Please sign in to comment.