@@ -53,14 +53,17 @@ jobs:
5353 restore-keys : |
5454 async-pipeline-${{ runner.os }}-
5555
56- - name : Setup pnpm runtime
57- uses : pnpm /setup@cf03a9b516e09bc5a90f041fc26fc930c9dc631b # v1.0.0
56+ - name : Setup Node
57+ uses : actions /setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5858 with :
59- version : 10.20.0
60- runtime : node@24
61- install : false
62- cache : true
63- cache-dependency-path : " pnpm-lock.yaml"
59+ node-version : 24
60+ registry-url : https://registry.npmjs.org/
61+ package-manager-cache : false
62+
63+ - name : Enable pnpm
64+ run : |
65+ corepack enable
66+ corepack prepare pnpm@10.20.0 --activate
6467
6568 - name : Use current npm
6669 run : npm install -g npm@11.16.0
@@ -109,14 +112,17 @@ jobs:
109112 restore-keys : |
110113 async-pipeline-${{ runner.os }}-
111114
112- - name : Setup pnpm runtime
113- uses : pnpm /setup@cf03a9b516e09bc5a90f041fc26fc930c9dc631b # v1.0.0
115+ - name : Setup Node
116+ uses : actions /setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
114117 with :
115- version : 10.20.0
116- runtime : node@24
117- install : false
118- cache : true
119- cache-dependency-path : " pnpm-lock.yaml"
118+ node-version : 24
119+ registry-url : https://registry.npmjs.org/
120+ package-manager-cache : false
121+
122+ - name : Enable pnpm
123+ run : |
124+ corepack enable
125+ corepack prepare pnpm@10.20.0 --activate
120126
121127 - name : Install dependencies
122128 run : pnpm install --frozen-lockfile
@@ -161,14 +167,17 @@ jobs:
161167 restore-keys : |
162168 async-pipeline-${{ runner.os }}-
163169
164- - name : Setup pnpm runtime
165- uses : pnpm /setup@cf03a9b516e09bc5a90f041fc26fc930c9dc631b # v1.0.0
170+ - name : Setup Node
171+ uses : actions /setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
166172 with :
167- version : 10.20.0
168- runtime : node@24
169- install : false
170- cache : true
171- cache-dependency-path : " pnpm-lock.yaml"
173+ node-version : 24
174+ registry-url : https://registry.npmjs.org/
175+ package-manager-cache : false
176+
177+ - name : Enable pnpm
178+ run : |
179+ corepack enable
180+ corepack prepare pnpm@10.20.0 --activate
172181
173182 - name : Install dependencies
174183 run : pnpm install --frozen-lockfile
@@ -213,14 +222,17 @@ jobs:
213222 restore-keys : |
214223 async-pipeline-${{ runner.os }}-
215224
216- - name : Setup pnpm runtime
217- uses : pnpm /setup@cf03a9b516e09bc5a90f041fc26fc930c9dc631b # v1.0.0
225+ - name : Setup Node
226+ uses : actions /setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
218227 with :
219- version : 10.20.0
220- runtime : node@24
221- install : false
222- cache : true
223- cache-dependency-path : " pnpm-lock.yaml"
228+ node-version : 24
229+ registry-url : https://registry.npmjs.org/
230+ package-manager-cache : false
231+
232+ - name : Enable pnpm
233+ run : |
234+ corepack enable
235+ corepack prepare pnpm@10.20.0 --activate
224236
225237 - name : Install dependencies
226238 run : pnpm install --frozen-lockfile
@@ -262,14 +274,17 @@ jobs:
262274 restore-keys : |
263275 async-pipeline-${{ runner.os }}-
264276
265- - name : Setup pnpm runtime
266- uses : pnpm /setup@cf03a9b516e09bc5a90f041fc26fc930c9dc631b # v1.0.0
277+ - name : Setup Node
278+ uses : actions /setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
267279 with :
268- version : 10.20.0
269- runtime : node@24
270- install : false
271- cache : true
272- cache-dependency-path : " pnpm-lock.yaml"
280+ node-version : 24
281+ registry-url : https://registry.npmjs.org/
282+ package-manager-cache : false
283+
284+ - name : Enable pnpm
285+ run : |
286+ corepack enable
287+ corepack prepare pnpm@10.20.0 --activate
273288
274289 - name : Install dependencies
275290 run : pnpm install --frozen-lockfile
@@ -310,14 +325,17 @@ jobs:
310325 restore-keys : |
311326 async-pipeline-${{ runner.os }}-
312327
313- - name : Setup pnpm runtime
314- uses : pnpm /setup@cf03a9b516e09bc5a90f041fc26fc930c9dc631b # v1.0.0
328+ - name : Setup Node
329+ uses : actions /setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
315330 with :
316- version : 10.20.0
317- runtime : node@24
318- install : false
319- cache : true
320- cache-dependency-path : " pnpm-lock.yaml"
331+ node-version : 24
332+ registry-url : https://registry.npmjs.org/
333+ package-manager-cache : false
334+
335+ - name : Enable pnpm
336+ run : |
337+ corepack enable
338+ corepack prepare pnpm@10.20.0 --activate
321339
322340 - name : Install dependencies
323341 run : pnpm install --frozen-lockfile
@@ -389,14 +407,17 @@ jobs:
389407 restore-keys : |
390408 async-pipeline-${{ runner.os }}-
391409
392- - name : Setup pnpm runtime
393- uses : pnpm /setup@cf03a9b516e09bc5a90f041fc26fc930c9dc631b # v1.0.0
410+ - name : Setup Node
411+ uses : actions /setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
394412 with :
395- version : 10.20.0
396- runtime : node@24
397- install : false
398- cache : true
399- cache-dependency-path : " pnpm-lock.yaml"
413+ node-version : 24
414+ registry-url : https://registry.npmjs.org/
415+ package-manager-cache : false
416+
417+ - name : Enable pnpm
418+ run : |
419+ corepack enable
420+ corepack prepare pnpm@10.20.0 --activate
400421
401422 - name : Install dependencies
402423 run : pnpm install --frozen-lockfile
0 commit comments