From 9410a8c5fe983580443c8735f6749391e1f95770 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 24 Feb 2025 11:56:06 +0000 Subject: [PATCH] ci: add node 22 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 6e5048d..c7fca8f 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] + node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20, 22] os: [ubuntu-latest] include: # On other platforms