Skip to content

Commit

Permalink
re-enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Feb 14, 2025
1 parent 53cfa4d commit b65d89b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '22.x'
- name: Enable corepack
run: corepack enable
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Build
Expand All @@ -41,6 +43,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '22.x'
- name: Enable corepack
run: corepack enable
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Prepare env
Expand Down

0 comments on commit b65d89b

Please sign in to comment.