Skip to content

Commit

Permalink
ci: manual install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xinpingwang committed Dec 10, 2024
1 parent f6007a1 commit c71b94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '20'

- name: Install Dependencies
run: corepack enable
run: corepack enable && yarn

- name: Deploy
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit c71b94a

Please sign in to comment.