Skip to content

Commit

Permalink
fix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Brook committed Nov 26, 2023
1 parent f9a753f commit d8a7af8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20.6.1"


- name: Upgrade Yarn
run: yarn set version 3.5.0

- name: Install latest Yarn
run: corepack prepare yarn@3.5.0 --activate

Expand Down

0 comments on commit d8a7af8

Please sign in to comment.