From 17154554127191aad5a03d0d7306f02ff967de3b Mon Sep 17 00:00:00 2001 From: Borewit Date: Sat, 8 Feb 2025 16:44:47 +0100 Subject: [PATCH] Add CI test for Node v22 --- .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 c9bd673..806cdd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: