diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7006c36..cc2dcce 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,7 +22,7 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - uses: cypress-io/github-action@v5.x.x # use the explicit version number + uses: cypress-io/github-action # use the explicit version number with: build: npm run build start: npm start diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index dec2e79..d20399b 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -28,7 +28,7 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - uses: cypress-io/github-action@v5.x.x # use the explicit version number + uses: cypress-io/github-action # use the explicit version number with: build: npm run build start: npm start