-
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
6 additions
and
6 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,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 | ||
|
||
|
@@ -42,4 +42,4 @@ jobs: | |
invalidation: / | ||
delete-removed: true | ||
no-cache: true | ||
private: false | ||
private: false |