diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index b21d5c1..2cc070d 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -26,5 +26,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + - run: yarn config set workspaces-experimental true - run: yarn - run: yarn test