Skip to content

Commit 5490ae6

Browse files
committed
Fix pnpm installation error on CI
Per <pnpm/action-setup#135>.
1 parent a054e14 commit 5490ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424

2525
- name: Install PNPM
26-
uses: pnpm/action-setup@v2
26+
uses: pnpm/action-setup@v4
2727
with:
2828
version: latest
2929

0 commit comments

Comments
 (0)