From 094b72a74bdde7cedc6387767cf2047cd55db288 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 10 Jul 2024 14:26:21 -0700 Subject: [PATCH] ci: remove node 18 --- .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 c1e88ef0..73c0e451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x] platform: - os: ubuntu-latest shell: bash