Skip to content

Commit 060e245

Browse files
Update pnpm/action-setup action to v4 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c434b29 commit 060e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4.0.0
2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v3.0.0
22+
uses: pnpm/action-setup@v4.0.0
2323
with:
2424
version: 8.x.x
2525

0 commit comments

Comments
 (0)