Skip to content

Commit 994da3d

Browse files
committed
ci: Update publish workflow pnpm setup action to v4
This aligns it with the ci workflow
1 parent 3a32f03 commit 994da3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
node-version: "18"
4343
registry-url: "https://registry.npmjs.org"
4444

45-
- uses: "pnpm/action-setup@v2.2.4"
46-
name: "Install pnpm"
47-
id: "pnpm-install"
45+
- uses: pnpm/action-setup@v4.0.0
46+
name: Install pnpm
47+
id: pnpm-install
4848
with:
49-
version: "8"
49+
version: 8
5050
run_install: false
5151

5252
- name: "Install Packages"

0 commit comments

Comments
 (0)