Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbiguenet authored Nov 7, 2024
1 parent ca5e5e2 commit 5db7737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 7.28.0
version: 8

- name: Install dependencies
run: pnpm install --frozen-lockfile=true
Expand Down

0 comments on commit 5db7737

Please sign in to comment.