Skip to content

Commit 929c864

Browse files
committed
Revert "Try upgrading node version"
This reverts commit ae7b49d.
1 parent ae7b49d commit 929c864

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
@@ -31,7 +31,7 @@ jobs:
3131

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

4444
Formatting:
4545
docker:
46-
- image: cimg/node:24.18.0
46+
- image: cimg/node:23.9.0
4747
steps:
4848
- checkout
4949
- run: npm ci
5050
- run: npm run check:format
5151

5252
Codegen:
5353
docker:
54-
- image: cimg/node:24.18.0
54+
- image: cimg/node:23.9.0
5555
parameters:
5656
codegenDeps:
5757
type: string
@@ -84,7 +84,7 @@ jobs:
8484

8585
Tests:
8686
docker:
87-
- image: cimg/node:24.18.0
87+
- image: cimg/node:23.9.0
8888
parameters:
8989
project:
9090
type: string
@@ -107,15 +107,15 @@ jobs:
107107
path: reports/junit
108108
Attest:
109109
docker:
110-
- image: cimg/node:24.18.0
110+
- image: cimg/node:23.9.0
111111
steps:
112112
- checkout
113113
- run: npm ci
114114
- run: npm run test:type-benches
115115

116116
BuildTarball:
117117
docker:
118-
- image: cimg/node:24.18.0
118+
- image: cimg/node:23.9.0
119119
steps:
120120
- checkout
121121
- run: npm run ci:precheck
@@ -129,7 +129,7 @@ jobs:
129129

130130
BuildCodegenTarball:
131131
docker:
132-
- image: cimg/node:24.18.0
132+
- image: cimg/node:23.9.0
133133
steps:
134134
- checkout
135135
- run: npm run ci:precheck
@@ -148,7 +148,7 @@ jobs:
148148
react:
149149
type: string
150150
docker:
151-
- image: cimg/node:24.18.0-browsers
151+
- image: cimg/node:23.9.0-browsers
152152
steps:
153153
- checkout
154154
- attach_workspace:
@@ -189,7 +189,7 @@ jobs:
189189
externalPackage:
190190
type: string
191191
docker:
192-
- image: cimg/node:24.18.0
192+
- image: cimg/node:23.9.0
193193
steps:
194194
- checkout
195195
- attach_workspace:

0 commit comments

Comments
 (0)