Skip to content

Commit

Permalink
enable yarn 2+ for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason Smith committed Aug 7, 2024
1 parent 7a53541 commit 065debb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
with:
node-version: 20

- name: Enable Corepack
run: corepack enable

- name: Set up Yarn
uses: threeal/setup-yarn-action@v2.0.0

Expand Down

0 comments on commit 065debb

Please sign in to comment.