Skip to content

Commit

Permalink
use corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 22, 2024
1 parent f136053 commit 72be3c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install
run: pnpm install --frozen-lockfile
run: |
corepack install
pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Build packages
Expand Down

0 comments on commit 72be3c0

Please sign in to comment.