diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 178c62f..a7b41bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: pnpm install --no-frozen-lockfile - name: Install Cypress - run: cypress install + run: npx cypress install - name: Build run: pnpm build # includes lint