-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* try to use corepack for yarn setup * another try * another try * update release-beta based on working ci workflow
- Loading branch information
1 parent
b3d675a
commit 03fb4a5
Showing
2 changed files
with
8 additions
and
10 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 |
---|---|---|
|
@@ -9,11 +9,10 @@ jobs: | |
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '18.x' | ||
- name: Setup Latest Yarn | ||
uses: threeal/[email protected] | ||
with: | ||
version: 4.4.1 | ||
cache: false | ||
- name: Setup Yarn (v2 or later using Corepack) | ||
run: | | ||
corepack enable | ||
corepack prepare [email protected] --activate | ||
- uses: actions/checkout@v2 | ||
- name: Install npm dependencies | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -23,11 +23,10 @@ jobs: | |
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '18.x' | ||
- name: Setup Latest Yarn | ||
uses: threeal/[email protected] | ||
with: | ||
version: 4.4.1 | ||
cache: false | ||
- name: Setup Yarn (v2 or later using Corepack) | ||
run: | | ||
corepack enable | ||
corepack prepare [email protected] --activate | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
|