From d62282e1b83746eff7e86bf1f05098cc5140ca27 Mon Sep 17 00:00:00 2001 From: Marcel Seidel <47413751+m-seidel@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:59:28 +0100 Subject: [PATCH] Updating Node versions in building workflow --- .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 89df966..216bdc5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x] + node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: