Skip to content

Commit

Permalink
fix(ci): enable corepack for using yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Dec 11, 2023
1 parent da4fe8f commit c9a7d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
java-version: 1.8

- uses: actions/setup-node@v4
with:
node-version: 20
- run: corepack enable

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit c9a7d5f

Please sign in to comment.