diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d09a41..4638359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: ~/.cache/Cypress # needed for the Cypress binary key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }} - - uses: nrwl/nx-set-shas@v4 + - uses: nrwl/nx-set-shas@v3 # This line is needed for nx affected to work when CI is running on a PR - # - run: git branch --track main origin/main + - run: git branch --track main origin/main - run: pnpm nx affected -t lint build --parallel=3 # add test