From e808d1dd53798ac4d3d557fe3766af722d1b2d59 Mon Sep 17 00:00:00 2001 From: Igor Danchenko <64441155+igordanchenko@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:06:09 -0400 Subject: [PATCH] ci: add node 22 to ci 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 d11142b..feab4cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node: [18, 20] + node: [18, 20, 22] os: [ubuntu-latest, windows-latest, macOS-latest] steps: