Skip to content

Commit

Permalink
install pnpm on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Jan 5, 2025
1 parent db54973 commit d831356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16' # Use your preferred Node.js version
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
version: 8.7.1

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit d831356

Please sign in to comment.