Skip to content

Commit 81b47fa

Browse files
Merge pull request #279 from pulsar-edit/fix-deployment
Upgrade 'pnpm/action-setup' to resolve test deployment errors
2 parents a28784d + efb2055 commit 81b47fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy-pnpm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
# You may pin to the exact commit or the version.
2323
# uses: pnpm/action-setup@10693b3829bf86eb2572aef5f3571dcf5ca9287d
24-
uses: pnpm/action-setup@v2.2.2
24+
uses: pnpm/action-setup@v4
2525
with:
2626
version: 7
2727
run_install: |

0 commit comments

Comments
 (0)