Skip to content

Commit 6c5bfeb

Browse files
authored
Merge pull request #12070 from apollographql/renovate/cimg-node-22.x
chore(deps): update cimg/node docker tag to v22.9.0
2 parents 94f5e50 + 6b9c713 commit 6c5bfeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

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

3333
Tests:
3434
docker:
35-
- image: cimg/node:22.8.0
35+
- image: cimg/node:22.9.0
3636
parameters:
3737
project:
3838
type: string
@@ -54,7 +54,7 @@ jobs:
5454

5555
BuildTarball:
5656
docker:
57-
- image: cimg/node:22.8.0
57+
- image: cimg/node:22.9.0
5858
steps:
5959
- checkout
6060
- run: npm run ci:precheck
@@ -73,7 +73,7 @@ jobs:
7373
react:
7474
type: string
7575
docker:
76-
- image: cimg/node:22.8.0-browsers
76+
- image: cimg/node:22.9.0-browsers
7777
steps:
7878
- checkout
7979
- attach_workspace:
@@ -111,7 +111,7 @@ jobs:
111111
externalPackage:
112112
type: string
113113
docker:
114-
- image: cimg/node:22.8.0
114+
- image: cimg/node:22.9.0
115115
steps:
116116
- checkout
117117
- attach_workspace:

0 commit comments

Comments
 (0)