Skip to content

Commit

Permalink
deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
usman724 committed Jan 23, 2024
1 parent 9c6c558 commit 6a54f69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
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
- name: Install specified Yarn version
run: corepack prepare yarn@4.0.2 --activate
- name: Activate specified Yarn version
run: yarn set version 4.0.2

- name: Activate latest Yarn
run: yarn set version stable
Expand Down

0 comments on commit 6a54f69

Please sign in to comment.