From 665509bf14698964e827646bfde5a32d0ba793af Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 11 May 2025 21:13:47 +0100 Subject: [PATCH] ci(ci): add node 24 to test matrix --- .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 c7fca8f..40be76a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: fail-fast: false matrix: eslint: [8] - node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20, 22] + node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20, 22, 24] os: [ubuntu-latest] include: # On other platforms