Skip to content

Commit bd1cb27

Browse files
chore(deps): update cimg/node docker tag to v23.9.0 (#12380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c53d968 commit bd1cb27

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
Lint:
1414
docker:
15-
- image: cimg/node:23.7.0
15+
- image: cimg/node:23.9.0
1616
steps:
1717
- checkout
1818
- run: npm version
@@ -21,15 +21,15 @@ jobs:
2121

2222
Formatting:
2323
docker:
24-
- image: cimg/node:23.7.0
24+
- image: cimg/node:23.9.0
2525
steps:
2626
- checkout
2727
- run: npm ci
2828
- run: npm run check:format
2929

3030
Tests:
3131
docker:
32-
- image: cimg/node:23.7.0
32+
- image: cimg/node:23.9.0
3333
parameters:
3434
project:
3535
type: string
@@ -50,15 +50,15 @@ jobs:
5050
path: reports/junit
5151
Attest:
5252
docker:
53-
- image: cimg/node:23.7.0
53+
- image: cimg/node:23.9.0
5454
steps:
5555
- checkout
5656
- run: npm ci
5757
- run: npm run test:type-benches
5858

5959
BuildTarball:
6060
docker:
61-
- image: cimg/node:23.7.0
61+
- image: cimg/node:23.9.0
6262
steps:
6363
- checkout
6464
- run: npm run ci:precheck
@@ -77,7 +77,7 @@ jobs:
7777
react:
7878
type: string
7979
docker:
80-
- image: cimg/node:23.7.0-browsers
80+
- image: cimg/node:23.9.0-browsers
8181
steps:
8282
- checkout
8383
- attach_workspace:
@@ -115,7 +115,7 @@ jobs:
115115
externalPackage:
116116
type: string
117117
docker:
118-
- image: cimg/node:23.7.0
118+
- image: cimg/node:23.9.0
119119
steps:
120120
- checkout
121121
- attach_workspace:

0 commit comments

Comments
 (0)