From ad5c322bf062bab7daef34736c8fdd9cd93e7014 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 7 Oct 2024 12:31:02 +0100 Subject: [PATCH] ci(ci): add node 22 to test matrix Signed-off-by: Frazer Smith --- .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 a616a5a..6a314b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: with: license-check: true lint: true - node-versions: '["16", "18", "20"]' + node-versions: '["16", "18", "20", "22"]'