From b974bba25a3e89678a95a3b519da92f3fcb076ea Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Mon, 13 May 2024 09:33:52 -0300 Subject: [PATCH] test(ci): Added NodeJS 22 to the 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 7afa02a1d..2f0bf006e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: