Skip to content

Commit

Permalink
fix corepack enable
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 21, 2024
1 parent 9c4ada3 commit 253dc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:

- name: Run tests
run:
- command -v corepack >/dev/null 2>&1 && corepack enable
- deno task setup:${{ matrix.runtime }}
- deno task test:${{ matrix.runtime }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
run: corepack enable

- name: Setup Bun
if: ${{ matrix.runtime == 'bun' }}
Expand All @@ -40,6 +39,7 @@ jobs:

- name: Test ${{ matrix.runtime }}
run:
- command -v corepack >/dev/null 2>&1 && corepack enable
- deno task setup:${{ matrix.runtime }}
- deno task coverage:${{ matrix.runtime }}

Expand Down

0 comments on commit 253dc95

Please sign in to comment.