Skip to content

Commit

Permalink
use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 7, 2023
1 parent 6c5afce commit ba8560a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: yarn
- run: npm run lint
- run: npm run test
- run: corepack yarn
- run: corepack yarn lint
- run: corepack yarn test

0 comments on commit ba8560a

Please sign in to comment.