From 375ff3082ce39723836332ae61bd18697fef8053 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Mon, 8 Jan 2024 10:34:53 -0800 Subject: [PATCH] Remove Node.js 14.x from test matrix --- .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 c03d750..16c995d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [ 14.x, 16.x, 18.x, 20.x ] + node-version: [ 16.x, 18.x, 20.x ] os: [ windows-latest, ubuntu-latest, macOS-latest ] # Go