Skip to content

Commit

Permalink
ci: Update publish workflow pnpm setup action to v4
Browse files Browse the repository at this point in the history
This aligns it with the ci workflow
  • Loading branch information
lucas-koehler committed Aug 8, 2024
1 parent 3a32f03 commit 994da3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
node-version: "18"
registry-url: "https://registry.npmjs.org"

- uses: "pnpm/action-setup@v2.2.4"
name: "Install pnpm"
id: "pnpm-install"
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
version: "8"
version: 8
run_install: false

- name: "Install Packages"
Expand Down

0 comments on commit 994da3d

Please sign in to comment.