diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2df7d315..dc7b4d9e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: actions/checkout@v3 - uses: cypress-io/github-action@v5 with: