diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 249740df..b7607a99 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -7,6 +7,9 @@ jobs: image: cypress/browsers:node14.17.0-chrome88-ff89 options: --user 1001 steps: + - uses: actions/setup-node@v3 + with: + node-version: 16 - uses: actions/checkout@v2 - run: yarn ci:pull_paragraph - uses: cypress-io/github-action@v2 @@ -17,6 +20,9 @@ jobs: chrome: runs-on: ubuntu-latest steps: + - uses: actions/setup-node@v3 + with: + node-version: 16 - uses: actions/checkout@v2 - run: yarn ci:pull_paragraph - uses: cypress-io/github-action@v2