Skip to content

Commit fd1b030

Browse files
committed
chore: enable pnpm in ci env
1 parent 5f604a8 commit fd1b030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
4040
- name: Install dependencies
4141
if: steps.cache.outputs.cache-hit != 'true'
42-
run: yarn && yarn dev:prepare
42+
run: pnpm enable && pnpm install && pnpm dev:prepare
4343

4444
- name: Lint
45-
run: yarn lint
45+
run: pnpm lint
4646

4747
- name: Test
48-
run: yarn test
48+
run: pnpm test
4949

5050
- name: Coverage
5151
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)