Skip to content

Commit

Permalink
add install pnpm step
Browse files Browse the repository at this point in the history
  • Loading branch information
esmaxwill committed May 20, 2024
1 parent d9438c3 commit fadfdf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
cache: 'pnpm'

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

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

0 comments on commit fadfdf1

Please sign in to comment.