From 64548d692664957f26bd6e72904033bba9182fbb Mon Sep 17 00:00:00 2001 From: MichaelEakins Date: Thu, 15 Jan 2026 13:45:18 -0500 Subject: [PATCH] fix: remove Node 18.x support (EOL, incompatible with Vitest) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5a9d9e..49e13e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x] steps: - name: Checkout code