Skip to content

Commit

Permalink
chore(ci): fix corepack
Browse files Browse the repository at this point in the history
Fixes an corepack due to issue nodejs/corepack#612
  • Loading branch information
styfle authored Feb 5, 2025
1 parent 2b55b01 commit 0b471a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
test:
name: Test on node ${{ matrix.node }} and ${{ matrix.os }}
timeout-minutes: 20
env:
COREPACK_DEFAULT_TO_LATEST: '0'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0b471a7

Please sign in to comment.