Skip to content

Commit f20ee31

Browse files
committed
ci: Update pnpm setup action version
1 parent 484bec7 commit f20ee31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 18
2424

25-
- uses: pnpm/action-setup@v2.2.4
25+
- uses: pnpm/action-setup@v4.0.0
2626
name: Install pnpm
2727
id: pnpm-install
2828
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: "18"
4343
registry-url: "https://registry.npmjs.org"
4444

45-
- uses: "pnpm/action-setup@v2.2.4"
45+
- uses: "pnpm/action-setup@v4.0.0"
4646
name: "Install pnpm"
4747
id: "pnpm-install"
4848
with:

0 commit comments

Comments
 (0)