Skip to content

Commit

Permalink
need to add some flag for pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
icepcp authored Oct 20, 2024
1 parent 7c4b3b9 commit 627fa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand All @@ -23,7 +23,7 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

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

0 comments on commit 627fa45

Please sign in to comment.