Skip to content

Commit

Permalink
Enable corepack for use of correct yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 8, 2024
1 parent 42ccf80 commit b9ded33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b9ded33

Please sign in to comment.