Skip to content

Commit 7d296a8

Browse files
authored
Fix "Install pnpm" error about "invalid this" (#147)
1 parent 32f3dcb commit 7d296a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Install pnpm
28-
uses: pnpm/action-setup@v2.4.0
28+
uses: pnpm/action-setup@v2.4.1
2929
with:
3030
version: 8.6.12
3131

0 commit comments

Comments
 (0)