Skip to content

Commit

Permalink
ci: update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Feb 2, 2024
1 parent fbb691e commit a7eff02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ runs:
steps:
- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
run_install: false
- name: Install node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a7eff02

Please sign in to comment.