Skip to content

Commit

Permalink
ci: workaround corepack issue with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 3, 2025
1 parent 3b31e9d commit fcbe069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: npm i -g corepack && corepack enable
- uses: oven-sh/setup-bun@v2
if: ${{ matrix.os != 'windows-latest' }}
with:
Expand Down

0 comments on commit fcbe069

Please sign in to comment.