From 37ca00d4c7fc6c8e7df99deb50ffd40415f86456 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 7 Oct 2024 13:40:31 +0100 Subject: [PATCH] ci(ci): add node 22 to test matrix (#11) --- .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 f8e414b..ff54ddc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: with: license-check: true lint: true - node-versions: '["18", "20"]' + node-versions: '["18", "20", "22"]'