Skip to content

Commit

Permalink
upgrade pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Dec 31, 2024
1 parent 9a75f48 commit 20e04cf
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 @@ -16,12 +16,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 20e04cf

Please sign in to comment.