From 3a24026f922d2978882870b2658756c1f61638e0 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 19 Apr 2024 16:19:42 -0700 Subject: [PATCH] test(ci): Node.js 22 in CI --- .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 eab6fd34f6..7f23ed1565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] platform: [ubuntu-latest, windows-latest] steps: