diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 17cb2b7..2a55ef5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: node-version: "16" cache: "npm" - run: "npm install" - - uses: cypress-io/github-action@v2 + - uses: cypress-io/github-action@v7.4.1 with: command: "npm run ci:test"