From 2328294f1b92356f66ce6b4568cda26967add91e Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 10 Sep 2021 10:33:35 +0530 Subject: [PATCH] Update node --- .github/workflows/cypress.yml | 1 + .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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