From aae38432917240d8647ac6c91e413727b226afe7 Mon Sep 17 00:00:00 2001 From: Jarrett Lusso Date: Tue, 17 Feb 2026 17:13:21 -0500 Subject: [PATCH] Remove support for 18 / Add support for 25 --- .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 c72d1df..a433d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x, 23.x, 24.x] + node-version: [20.x, 22.x, 23.x, 24.x, 25.x] fail-fast: false steps: - uses: actions/checkout@v6