From 83f6f48e53b23d69354ac5851a9d42efc9949450 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:02:54 -0700 Subject: [PATCH] chore: fix CI setup for unit tests --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1c62ac9bd..7979ec1bd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,8 +69,7 @@ jobs: - uses: pnpm/action-setup@v2.2.4 - uses: actions/setup-node@v3 with: + node-version: ${{ matrix.node-version }} cache: pnpm - run: pnpm install - env: - SKIP_PREPARE: true - run: pnpm test:unit