From 8001a1a2fda3419f7ad85b491b9b42673125ee7a Mon Sep 17 00:00:00 2001 From: macdonst Date: Mon, 26 Aug 2024 10:49:15 -0400 Subject: [PATCH] Drop node 16 from testing matrix Signed-off-by: macdonst --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc50c09..65c08b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [ 16.x, 18.x, 20.x ] + node-version: [ 18.x, 20.x ] os: [ windows-latest, ubuntu-latest, macOS-latest ] # Go