From 68660311aa18a58808337a5228eec54f20548950 Mon Sep 17 00:00:00 2001 From: j0code <42189560+j0code@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:42:58 +0100 Subject: [PATCH] Add Node.JS v21.x CI (#74) * Update node.js.yml Include latest Node.JS version in Node.js CI workflow setup. * Update .github/workflows/node.js.yml Was considering that anyway so Co-authored-by: cfp <44261356+cfpwastaken@users.noreply.github.com> --------- Co-authored-by: cfp <44261356+cfpwastaken@users.noreply.github.com> --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3c1fecd..445d726 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 21.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: