Skip to content

Commit

Permalink
Update Yarn version to 4.5.1 and modify setup in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Nov 14, 2024
1 parent 39baf0f commit 0a09b0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Setup Yarn
uses: threeal/[email protected]
with:
version: "4.5.1"
cache: false

- name: Install Dependencies
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20.18.0"

- name: Setup Yarn
uses: actions/setup-node@v4
uses: threeal/setup-[email protected]
with:
c: "20.9.0"
cache: "yarn"
check-latest: true
version: "4.5.1"
cache: false

- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Build
run: yarn build
Expand Down

0 comments on commit 0a09b0f

Please sign in to comment.