Skip to content

Commit 3bf4b31

Browse files
chore(deps): update cimg/node docker tag to v26
1 parent 189d166 commit 3bf4b31

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

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

2222
Publint:
2323
docker:
24-
- image: cimg/node:23.7.0
24+
- image: cimg/node:26.2.0
2525
steps:
2626
- checkout
2727
- run: npm version
@@ -31,7 +31,7 @@ jobs:
3131

3232
Lint:
3333
docker:
34-
- image: cimg/node:23.9.0
34+
- image: cimg/node:26.2.0
3535
steps:
3636
- checkout
3737
- run: npm version
@@ -42,15 +42,15 @@ jobs:
4242

4343
Formatting:
4444
docker:
45-
- image: cimg/node:23.9.0
45+
- image: cimg/node:26.2.0
4646
steps:
4747
- checkout
4848
- run: npm ci
4949
- run: npm run check:format
5050

5151
Tests:
5252
docker:
53-
- image: cimg/node:23.9.0
53+
- image: cimg/node:26.2.0
5454
parameters:
5555
project:
5656
type: string
@@ -73,15 +73,15 @@ jobs:
7373
path: reports/junit
7474
Attest:
7575
docker:
76-
- image: cimg/node:23.9.0
76+
- image: cimg/node:26.2.0
7777
steps:
7878
- checkout
7979
- run: npm ci
8080
- run: npm run test:type-benches
8181

8282
BuildTarball:
8383
docker:
84-
- image: cimg/node:23.9.0
84+
- image: cimg/node:26.2.0
8585
steps:
8686
- checkout
8787
- run: npm run ci:precheck
@@ -100,7 +100,7 @@ jobs:
100100
react:
101101
type: string
102102
docker:
103-
- image: cimg/node:23.9.0-browsers
103+
- image: cimg/node:26.2.0-browsers
104104
steps:
105105
- checkout
106106
- attach_workspace:
@@ -141,7 +141,7 @@ jobs:
141141
externalPackage:
142142
type: string
143143
docker:
144-
- image: cimg/node:23.9.0
144+
- image: cimg/node:26.2.0
145145
steps:
146146
- checkout
147147
- attach_workspace:

0 commit comments

Comments
 (0)