Skip to content

Commit b7cf56f

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

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

99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: pnpm/action-setup@v2
12-
with:
13-
version: 7.9.5
11+
- name: Install pnpm
12+
uses: pnpm/[email protected]
1413
- uses: actions/setup-node@v3
1514
with:
1615
node-version: '16'

0 commit comments

Comments
 (0)