Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update cimg/node docker tag to v23.4.0 #12225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

Lint:
docker:
- image: cimg/node:23.3.0
- image: cimg/node:23.4.0
steps:
- checkout
- run: npm version
Expand All @@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:23.3.0
- image: cimg/node:23.4.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

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

BuildTarball:
docker:
- image: cimg/node:23.3.0
- image: cimg/node:23.4.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -80,7 +80,7 @@ jobs:
react:
type: string
docker:
- image: cimg/node:23.3.0-browsers
- image: cimg/node:23.4.0-browsers
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:23.3.0
- image: cimg/node:23.4.0
steps:
- checkout
- attach_workspace:
Expand Down
Loading