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 a820b4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
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 a820b4f

Please sign in to comment.