-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -42,4 +42,4 @@ jobs: | |
invalidation: / | ||
delete-removed: true | ||
no-cache: true | ||
private: false | ||
private: false |