Skip to content

Commit 627ffa6

Browse files
committed
Add pnpm to test workflow
1 parent 7a44d1d commit 627ffa6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16+
- name: Install pnpm
17+
uses: pnpm/action-setup@v4
18+
with:
19+
version: 10
1620
- name: Setup Node.js ${{ matrix.node-version }}
1721
uses: actions/setup-node@v4
1822
with:
1923
node-version: ${{ matrix.node-version }}
24+
cache: 'pnpm'
2025
- name: Install dependencies
2126
run: pnpm install --frozen-lockfile
2227
- name: Run tests

0 commit comments

Comments
 (0)