From f7d256f285490e84eed7b4a4b57f9259fb52c212 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 27 May 2022 14:17:55 +0530 Subject: [PATCH] Change node version --- .github/workflows/cypress.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 506acf94..389c9c5c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,7 +10,7 @@ jobs: cypress-run: runs-on: ubuntu-latest # Update from https://hub.docker.com/r/cypress/browsers/tags - container: cypress/browsers:node14.19.0-chrome100-ff99-edge + container: cypress/browsers:node16.14.0-chrome99-ff97 steps: - name: Checkout diff --git a/package.json b/package.json index 58b97f99..ff2c2ded 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "yarn": "1.22.10" }, "engines": { - "node": ">=14.x" + "node": ">=16.x" } }