Skip to content

Commit f69d9a1

Browse files
committed
Switch to using pnpm
1 parent ffd0181 commit f69d9a1

File tree

4 files changed

+580
-998
lines changed

4 files changed

+580
-998
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ jobs:
1111
matrix:
1212
node-version:
1313
- 20
14-
- 14
14+
- 18
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: npm install
21-
- run: npm test
20+
- uses: pnpm/action-setup@v4
21+
with:
22+
version: 9
23+
- run: pnpm install
24+
- run: pnpm test

0 commit comments

Comments
 (0)