From 000c07c238ffed6fc4d4be6f7a9f952f3d57a93b Mon Sep 17 00:00:00 2001 From: mistval Date: Sat, 13 Dec 2025 10:07:52 -0800 Subject: [PATCH] update test matrix for Node v24 LTS --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c25a80..b40b028 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 22.x + - name: Use Node.js 24.x uses: actions/setup-node@v1 with: - node-version: 22.x + node-version: 24.x - run: npm ci --prefix plugins/redis - run: npm ci - run: npm run tsc @@ -40,7 +40,7 @@ jobs: strategy: matrix: - node-version: [18.19.0, 18.x, 20.x, 23.x] + node-version: [18.19.0, 18.x, 20.x, 22.x, 25.x] services: httpbin: