From 81f11e2481cccedb25114bf0b1187b40269853f1 Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Thu, 16 May 2024 17:50:04 -0700 Subject: [PATCH] Remove node 16 from CI as it is EOL --- .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 66bd85c6..cd99edb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['16.x', '18.x', '20.x'] + node-version: ['18.x', '20.x'] timeout-minutes: 10 steps: