Skip to content

Commit

Permalink
update setup yarn action
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkishor1991 committed Sep 14, 2024
1 parent d768044 commit 95ac6e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- uses: actions/setup-yarn@v1
- name: Setup Latest Yarn
uses: threeal/[email protected]
with:
yarn-version: '4.x'
version: latest
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 95ac6e8

Please sign in to comment.