From c95de5fad2f964882b520189e844ed3e1447b2e1 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:21:39 +0100 Subject: [PATCH 1/2] Migrate check workflow to Node.js 18 --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ffb2c76..1ac2b04 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,10 +14,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Setup Node.js environment (v16) + - name: Setup Node.js 18 environment uses: actions/setup-node@v3 with: - node-version: 'lts/gallium' + node-version: 'lts/hydrogen' - name: Install npm dependencies if: always() From 2ce1cbf0cc06d96b2449ff49ccdb1e9442bd1cf7 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:32:27 +0100 Subject: [PATCH 2/2] Update documentation --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 7c9b272..429b8ac 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ This repository checks against following specification: ## Prerequisites -Install the Node.js 16 Maintenance version of [Node.js](https://nodejs.org/en/) (which includes npm). +Install the Node.js 18 Active LTS version of [Node.js](https://nodejs.org/en/) (which includes npm). ## Installation