Skip to content

Commit

Permalink
ci: force enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Apr 3, 2024
1 parent dc932c9 commit 73d2f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down

0 comments on commit 73d2f7a

Please sign in to comment.