Skip to content

Commit c266771

Browse files
fix: add back pnpm
1 parent 17e2697 commit c266771

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13+
- uses: pnpm/action-setup@v4
14+
with:
15+
version: 10
1316
- uses: actions/setup-node@v6
1417
with:
1518
node-version: 20.11.1

0 commit comments

Comments
 (0)