Skip to content

Commit 1a9e232

Browse files
committed
test: use yarn 1 for the old smoke test
1 parent bbe216b commit 1a9e232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ jobs:
254254
with:
255255
node-version: ${{ matrix.node-version }}
256256

257-
- name: Install Yarn 2
257+
- name: Install Yarn 1
258258
if: matrix.node-version == 10
259259
run: |
260-
npm i -g yarn@^2
260+
npm i -g yarn@^1
261261
262262
- name: Install Yarn Latest
263263
if: matrix.node-version == 22

0 commit comments

Comments
 (0)