Skip to content

Commit

Permalink
deploy set version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
usman724 committed Jan 23, 2024
1 parent 9c6c558 commit 2fedaf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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 [email protected] --activate
- name: Enable Corepack to manage Yarn
run: corepack enable

- name: Activate latest Yarn
run: yarn set version stable
- name: Install specified Yarn version
run: corepack prepare [email protected] --activate

- name: Activate specified Yarn version
run: yarn set version 4.0.2

- name: Disable immutable installs
run: yarn config set enableImmutableInstalls false
Expand All @@ -42,4 +42,4 @@ jobs:
invalidation: /
delete-removed: true
no-cache: true
private: false
private: false

0 comments on commit 2fedaf7

Please sign in to comment.