From 05b464d28b30dfb017805727bbcc5c4f4f927405 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 11 Jul 2023 12:58:33 -0700 Subject: [PATCH] ci: remove node 14 from matrix Old npm is broken on Windows for some reason, not worth figuring out how to fix it. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16418d5..b043266 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [14.17, 16.x, 18.x, 19.x] + node-version: [16.x, 18.x, 19.x] platform: - os: ubuntu-latest shell: bash