From e5785e76e4186ec7fdec3c37a80620ec1a55e5e5 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 7 Jun 2025 11:18:39 +1200 Subject: [PATCH] ci: test against Node v24 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3bbb4d77f..222b2f8ff 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -72,7 +72,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x] eslint-version: [7, 8, 9] ts-eslint-plugin-version: [6, 7, 8] exclude: