Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JH committed Feb 26, 2024
1 parent 45f7462 commit 884574f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3

with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- uses: pnpm/action-setup@v2
with:
version: 8

- run: pnpm --filter=react-esi install
- run: pnpm --filter=react-esi run build
- run: pnpm --filter=react-esi run test
Expand Down

0 comments on commit 884574f

Please sign in to comment.