From f5123d51886805c6a973fd58397974b7f970dad5 Mon Sep 17 00:00:00 2001 From: Chavez Harris Date: Sat, 8 Nov 2025 16:09:18 -0400 Subject: [PATCH] Update GitHub workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 012d201..bae4d04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: name: Run unit and integration tests strategy: matrix: - version: [18, 20] + version: [20, 22] steps: - uses: actions/checkout@v4 - name: Using Node.js ${{ matrix.version }} @@ -52,7 +52,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: "https://registry.npmjs.org" - name: Install dependencies