From 7e993990e0d8a3935fe7cd529f98a9ef37cabe4d Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 20 May 2022 17:13:38 +0530 Subject: [PATCH] Update node --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2d6aecfc..79debe7a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -9,8 +9,8 @@ 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 + # Update from https://hub.docker.com/r/cypress/browsers/tags + container: cypress/browsers:node16.14.0-chrome99-ff97 steps: - name: Checkout