From feaf0a85c1d1bcc7c992f45edf51aaab8ed729ac Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 10 Jul 2024 16:30:02 -0700 Subject: [PATCH] ci: drop 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 676cc198..4c1dd004 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, 21.x] + node-version: [20.x, 22.x] platform: - os: ubuntu-latest shell: bash