From d165cd66312b2d49165ffd2b82e5aa3e8cd330d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 25 Jan 2026 14:26:18 +0100 Subject: [PATCH] ci: add new node.js versions --- .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 6e31752..07cca31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x, 25.x] steps: - uses: actions/checkout@v3