Skip to content

Commit

Permalink
test: use yarn 1 for the old smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 27, 2024
1 parent bbe216b commit 1a9e232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install Yarn 2
- name: Install Yarn 1
if: matrix.node-version == 10
run: |
npm i -g yarn@^2
npm i -g yarn@^1
- name: Install Yarn Latest
if: matrix.node-version == 22
Expand Down

0 comments on commit 1a9e232

Please sign in to comment.