diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f95bb48..0334c567 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Build JavaScript run: npm run build - - uses: cypress-io/github-action@v6.7.13 # use the explicit version number + - uses: cypress-io/github-action@v6.7.14 # use the explicit version number with: start: npm run serve wait-on: "http://localhost:4000"