From 472f7710298aebb89e69479b60c4d6c5edacd572 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 9 May 2024 19:42:32 -0700 Subject: [PATCH] ci: drop node 16 --- .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 41853d5..272437c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] platform: - os: ubuntu-latest shell: bash