From eb5aa46bceccf540fbeadf1e0caf074e5d633b38 Mon Sep 17 00:00:00 2001 From: Nacho Mangas Date: Fri, 27 Feb 2026 12:40:34 +0100 Subject: [PATCH] chore: up node version to 25.x in CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cf8eb1..ee17e3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,8 @@ jobs: - 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 @@ -166,6 +168,12 @@ jobs: - 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0