From 0ed770ebdb9f4d34d85fc2d4b6a328266084747d Mon Sep 17 00:00:00 2001 From: Phil Ricketts <812139+replete@users.noreply.github.com> Date: Wed, 26 Jun 2024 01:14:02 +0100 Subject: [PATCH] Update github workflow / README to use node v20 --- .github/workflows/node.js.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5755991..ec52b51 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/README.md b/README.md index 11ca920..544433b 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Visiting `https://localhost:3000` should now work without warnings. ### Building `npm run build` - creates project distributes. -Build script `run.mjs` built with Node 18 +Build script `runmjs` built with Node 20 ### Tests `npm run test` - Launches pupeeter integration tests in a browser