diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 402c7c802..0d94e1a2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,5 +37,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install dependencies uses: bahmutov/npm-install@v1 + with: + install-command: yarn --frozen-lockfile --ignore-engines - name: Run unit tests run: npx jest