Skip to content

Commit

Permalink
fix(ci): enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
leomelki committed Aug 26, 2024
1 parent 13c5a50 commit 3bee358
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
node-version: '21'

- name: Enable Corepack
run: corepack enable

- name: Cache Yarn
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -105,6 +108,9 @@ jobs:
with:
node-version: '21'

- name: Enable Corepack
run: corepack enable

- name: Cache Yarn
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 3bee358

Please sign in to comment.