From 9dab59e69a645a2c97b029c7bfe01207479449d8 Mon Sep 17 00:00:00 2001 From: JH Date: Mon, 23 Oct 2023 14:24:30 +0200 Subject: [PATCH] ci: fix ci --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b13e46a..54c75ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,14 +12,15 @@ 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