Skip to content

Commit

Permalink
ci(sync): install corepack manually to fix integrity failure (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Feb 12, 2025
1 parent 12ecea6 commit 421dc2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/synchronize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
type: string
repository_dispatch:
types: [ biome-push-on-main-event ]
types: [biome-push-on-main-event]

permissions:
actions: write
Expand Down Expand Up @@ -44,7 +44,9 @@ jobs:
uses: ./.github/actions/free-disk-space

- name: Install pnpm
run: corepack enable
run: |
npm install -g corepack@latest
corepack enable
- name: Setup node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Expand Down

0 comments on commit 421dc2e

Please sign in to comment.