Skip to content

Commit 5df1e81

Browse files
committed
chore: github ci
1 parent b7cf56f commit 5df1e81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
- name: Install pnpm
12-
uses: pnpm/[email protected]
11+
- uses: pnpm/action-setup@v2
12+
with:
13+
version: 7.8.0
1314
- uses: actions/setup-node@v3
1415
with:
1516
node-version: '16'

0 commit comments

Comments
 (0)