Skip to content

Commit 830454a

Browse files
committed
ci: fix pnpm action version
1 parent e3bc21f commit 830454a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818

1919
- name: Install pnpm
20-
uses: pnpm/action-setup@v3
20+
uses: pnpm/action-setup@v2
2121

2222
- name: Set node version to 16
2323
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)