Skip to content

Commit

Permalink
ci: use corepack pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
JH committed Oct 23, 2023
1 parent 622bf58 commit c00667c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: pnpm --filter react-esi install --frozen-lockfile
- run: pnpm --filter react-esi build
- run: pnpm --filter react-esi test
- run: pnpm --filter react-esi lint
- run: corepack pnpm --filter react-esi install --frozen-lockfile
- run: corepack pnpm --filter react-esi build
- run: corepack pnpm --filter react-esi test
- run: corepack pnpm --filter react-esi lint

0 comments on commit c00667c

Please sign in to comment.