From 436ab4b205cd91614b3fbb9fe629a13d0194c4f9 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Mon, 21 Jul 2025 17:51:43 +0200 Subject: [PATCH] Bump node version to LTS and current in ci.js.yml --- .github/workflows/ci.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 1c84e2c..1f874ce 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [22.x, 24.x] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683