Skip to content

Commit 5ebf7c4

Browse files
new updated workflow file with pnpm
1 parent 5d8fbaf commit 5ebf7c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: yarn
27-
- run: yarn test
26+
- name: Setup pnpm
27+
uses: pnpm/action-setup@v2
28+
with:
29+
version: 10.14.0
30+
- run: pnpm install
31+
- run: pnpm test

0 commit comments

Comments
 (0)