Skip to content

Commit

Permalink
fix(actions): install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Jun 15, 2024
1 parent 80c7f64 commit 812914b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
- name: Install ZIP
run: sudo apt install zip

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "pnpm"
Expand Down

0 comments on commit 812914b

Please sign in to comment.