Skip to content

Commit

Permalink
chore: Update deployment workflow to use pnpm version 8 and cache wit…
Browse files Browse the repository at this point in the history
…h pnpm
  • Loading branch information
sasicodes committed Jun 13, 2024
1 parent 3099973 commit e9291d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd-workers-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
check-latest: true
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit e9291d5

Please sign in to comment.