Skip to content

Commit 7615553

Browse files
committed
Update CI
1 parent 87d23a9 commit 7615553

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
cache: 'yarn'
29+
cache: 'pnpm'
3030

31-
- run: yarn install --frozen-lockfile --non-interactive
31+
- run: pnpm install
3232

33-
- run: yarn lint
33+
- run: pnpm lint
3434

35-
- run: yarn update && git diff --exit-code
36-
37-
- run: yarn test:coverage --runInBand
35+
- run: pnpm test:coverage --runInBand

0 commit comments

Comments
 (0)