Skip to content

Commit

Permalink
fix: pipeline step failing on installing pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoolbend committed Jan 12, 2025
1 parent 5f05c8b commit aea503d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: true
lfs: false
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: latest
# If specified, run `pnpm install`
Expand Down

0 comments on commit aea503d

Please sign in to comment.