From ef062c73a6a11f3762d800f6d99aeead042f059c Mon Sep 17 00:00:00 2001 From: Gavin Reynolds Date: Thu, 13 Jun 2024 11:28:44 +0100 Subject: [PATCH] Bump nodejs version to 20.14.0 and cypress/browsers image to latest Signed-off-by: Gavin Reynolds --- .github/workflows/test-workflow.yml | 2 +- .tool-versions | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 3ac300e5e..4ff1b3bf0 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -62,7 +62,7 @@ jobs: needs: install runs-on: ubuntu-latest container: - image: cypress/browsers:node-20.5.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 + image: cypress/browsers:node-20.14.0-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1 options: --user 1001 strategy: fail-fast: false diff --git a/.tool-versions b/.tool-versions index da05de7b4..0751e80c3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ # MUST match .node-version -nodejs 20.5.1 -yarn 1.22.19 +nodejs 20.14.0 +yarn 1.22.22 diff --git a/README.md b/README.md index 9701f339f..12e6421a7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you wish to maintain + deploy your own version of PagerDuty Live, we recommen #### Local Development -1. Install [NodeJS v20.5.1](https://nodejs.org/en/blog/release/v20.5.1/) via [`asdf install`](https://github.com/asdf-vm/asdf) / [`nvm`](https://github.com/nvm-sh/nvm) +1. Install [NodeJS v20.14.0](https://nodejs.org/en/blog/release/v20.14.0/) via [`asdf install`](https://github.com/asdf-vm/asdf) / [`nvm`](https://github.com/nvm-sh/nvm) 2. `$ git clone` repo to desired destination and `$ cd pd-live-react` into directory