Skip to content

Commit 77783dc

Browse files
committed
use pnpm
1 parent b1a2b41 commit 77783dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 20.16.0
2323

2424
- name: Install dependencies
25-
run: yarn install --frozen-lockfile
25+
run: pnpm install
2626

2727
- name: Run tests
28-
run: yarn test
28+
run: pnpm test

0 commit comments

Comments
 (0)