From 078f54e2176306b0fc165adfce52e371d75b15a8 Mon Sep 17 00:00:00 2001 From: Nigro Simone Date: Thu, 8 May 2025 07:30:03 +0200 Subject: [PATCH] test node 24 --- .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 6128d2f9..0dd29024 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: # TODO: Enable 23.x after nodejs/nan#979 or similar. - node-version: [22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x] + node-version: [24.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x] os: [windows-latest] include: - node-version: lts/*