Skip to content

Commit

Permalink
ci(repo): update pnpm version in ci (#17154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored May 14, 2024
1 parent 485a484 commit d7fc20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-pnpm-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ runs:
node-version: 20

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

- name: Get pnpm store directory
Expand Down

0 comments on commit d7fc20f

Please sign in to comment.