Skip to content

Commit

Permalink
chore: use pnpm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Aug 10, 2024
1 parent 1a51712 commit e656684
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# If you're using pnpm, add this step then change the commands and cache key below to use `pnpm`
# - name: Install pnpm
# uses: pnpm/action-setup@v3
# with:
# version: 8
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache: pnpm

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit e656684

Please sign in to comment.