Skip to content

Commit 414ff1b

Browse files
committed
ci: avoid yarn install failures
1 parent 2dd7663 commit 414ff1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ jobs:
214214
- 10
215215
- 22
216216
steps:
217-
- uses: actions/checkout@v4
218-
219217
- uses: actions/setup-node@v4
220218

221219
- name: Place Builds
@@ -229,13 +227,15 @@ jobs:
229227
with:
230228
node-version: ${{ matrix.node-version }}
231229

232-
- name: Install pnpm
233-
uses: pnpm/action-setup@v4
234-
235230
- name: Install Yarn
236231
run: |
237232
npm i -g yarn
238233
yarn set version stable
239234
235+
- uses: actions/checkout@v4
236+
237+
- name: Install pnpm
238+
uses: pnpm/action-setup@v4
239+
240240
- name: Smoke Test
241241
run: npm run test.smoke

0 commit comments

Comments
 (0)