From d577c3ec3a54e70fe2fef7bb15097b3561d612f4 Mon Sep 17 00:00:00 2001 From: Nachoo Mangas Date: Tue, 16 Dec 2025 09:41:34 +0100 Subject: [PATCH] ci: add 25.x to test matrix --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9013ddb..3ccdc03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: - Node.js 22.x - Node.js 23.x - Node.js 24.x + - Node.js 25.x include: - name: Node.js 0.8 @@ -143,6 +144,9 @@ jobs: - name: Node.js 24.x node-version: "24" + + - name: Node.js 25.x + node-version: "25" steps: - uses: actions/checkout@v3