Skip to content

Commit 2944f70

Browse files
chore(deps): update cimg/node docker tag to v23.5.0 (apollographql#12225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b410d3 commit 2944f70

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
Lint:
1717
docker:
18-
- image: cimg/node:23.3.0
18+
- image: cimg/node:23.5.0
1919
steps:
2020
- checkout
2121
- run: npm version
@@ -24,15 +24,15 @@ jobs:
2424

2525
Formatting:
2626
docker:
27-
- image: cimg/node:23.3.0
27+
- image: cimg/node:23.5.0
2828
steps:
2929
- checkout
3030
- run: npm ci
3131
- run: npm run check:format
3232

3333
Tests:
3434
docker:
35-
- image: cimg/node:23.3.0
35+
- image: cimg/node:23.5.0
3636
parameters:
3737
project:
3838
type: string
@@ -53,15 +53,15 @@ jobs:
5353
path: reports/junit
5454
Attest:
5555
docker:
56-
- image: cimg/node:23.3.0
56+
- image: cimg/node:23.5.0
5757
steps:
5858
- checkout
5959
- run: npm ci
6060
- run: npm run test:type-benches
6161

6262
BuildTarball:
6363
docker:
64-
- image: cimg/node:23.3.0
64+
- image: cimg/node:23.5.0
6565
steps:
6666
- checkout
6767
- run: npm run ci:precheck
@@ -80,7 +80,7 @@ jobs:
8080
react:
8181
type: string
8282
docker:
83-
- image: cimg/node:23.3.0-browsers
83+
- image: cimg/node:23.5.0-browsers
8484
steps:
8585
- checkout
8686
- attach_workspace:
@@ -118,7 +118,7 @@ jobs:
118118
externalPackage:
119119
type: string
120120
docker:
121-
- image: cimg/node:23.3.0
121+
- image: cimg/node:23.5.0
122122
steps:
123123
- checkout
124124
- attach_workspace:

0 commit comments

Comments
 (0)