Skip to content

Commit

Permalink
fix: cloudflare action with packageManager pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
oustn committed Nov 15, 2024
1 parent 3d9ed0b commit 3caa23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
env:
Expand Down

0 comments on commit 3caa23c

Please sign in to comment.