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 6a54f69 commit 77b986a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20.6.1"


- name: Enable Corepack to manage Yarn
run: corepack enable

- name: Install specified Yarn version
run: corepack prepare [email protected] --activate

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

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

- 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 77b986a

Please sign in to comment.