From 1ba95c9a61aa3164ad2bbbc7f8a0b6583cde1f36 Mon Sep 17 00:00:00 2001 From: Nacho Mangas Date: Mon, 1 Dec 2025 16:50:37 +0100 Subject: [PATCH] ci: add Node.js 23.x, 24.x, 25.x to CI matrix --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7b712a..347287b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,9 @@ jobs: - Node.js 20.x - Node.js 21.x - Node.js 22.x + - Node.js 23.x + - Node.js 24.x + - Node.js 25.x include: - name: Node.js 0.8 @@ -135,6 +138,15 @@ jobs: - name: Node.js 22.x node-version: "22.1" + - name: Node.js 23.x + node-version: "23" + + - name: Node.js 24.x + node-version: "24" + + - name: Node.js 25.x + node-version: "25" + steps: - uses: actions/checkout@v4