diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9cc56eaf..b248ee75 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -9,6 +9,7 @@ on: jobs: cypress-run: runs-on: ubuntu-latest + # Update after https://github.com/cypress-io/cypress-docker-images/issues/487 container: cypress/browsers:node14.16.0-chrome90-ff88 steps: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2177de9a..b8842ea5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Checkout uses: actions/checkout@v2