Skip to content

Commit

Permalink
chore: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Feb 20, 2024
1 parent c89c5d8 commit 8feb59f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v2

- name: Install pnpm
run: npm i -g pnpm

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

0 comments on commit 8feb59f

Please sign in to comment.