From 655adf9fc38013bd75a0c89a0c6dbf05828a82b7 Mon Sep 17 00:00:00 2001 From: Mateusz Zaremba Date: Fri, 26 Apr 2024 14:05:58 +0100 Subject: [PATCH] Update node.js.yml Updated to include only active or maintenance LTS versions --- .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 b1ce32d..0a96ca8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: