From a4b7ffa8ce8b51ab78430999ac83a4d233fc49fa Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 1 May 2025 21:04:30 -0700 Subject: [PATCH] Remove support for end-of-life 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 150af9b1..3767f3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [ 18, 20, 22, 23 ] + node-version: [ 20, 22, 23 ] steps: - uses: actions/checkout@v4