Skip to content

Commit e36c455

Browse files
authored
fix: update pnpm/action-setup to v4 to fix CI issue (#114)
1 parent 030ca1e commit e36c455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-and-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
node-version: ${{ inputs.node-version }}
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2
19+
uses: pnpm/action-setup@v4
2020

2121
- name: Install & Build
2222
shell: bash

0 commit comments

Comments
 (0)