From 5c2d309905ad36e10616a2f065e87efc8c9f2c18 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 26 Dec 2023 02:20:16 +0100 Subject: [PATCH] chore: update node.js.yml to remove node version 16 from the matrix --- .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 65b61e0..ae57be8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16, 18, 20] + node-version: [18, 20] steps: - uses: actions/checkout@v3