We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd7663 commit 86f11f9Copy full SHA for 86f11f9
.github/workflows/CI.yml
@@ -214,10 +214,6 @@ jobs:
214
- 10
215
- 22
216
steps:
217
- - uses: actions/checkout@v4
218
-
219
- - uses: actions/setup-node@v4
220
221
- name: Place Builds
222
uses: actions/download-artifact@v4
223
with:
@@ -229,13 +225,15 @@ jobs:
229
225
230
226
node-version: ${{ matrix.node-version }}
231
227
232
- - name: Install pnpm
233
- uses: pnpm/action-setup@v4
234
235
228
- name: Install Yarn
236
run: |
237
npm i -g yarn
238
yarn set version stable
239
+ - uses: actions/checkout@v4
+
+ - name: Install pnpm
+ uses: pnpm/action-setup@v4
240
- name: Smoke Test
241
run: npm run test.smoke
0 commit comments