From 45f903bbd796b089b09a4782abe442770dbeb2df Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Wed, 10 Jul 2024 17:57:19 +0200 Subject: [PATCH] ci: add Node 22 to the CI matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e2b42eb8..10da2df47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] timeout-minutes: 30