Skip to content

Commit

Permalink
chore(ci): update pnpm github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ebr committed Jul 3, 2024
1 parent e719018 commit 343455a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-frontend-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ runs:
node-version: '18'

- name: setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 8.15.6
run_install: false

- name: get pnpm store directory
Expand Down

0 comments on commit 343455a

Please sign in to comment.