From 733953c1a6c279278e7f9c6c939aabf1eea09b9d Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Mon, 22 Apr 2024 13:59:37 -0700 Subject: [PATCH] test: Walk back from Node.js 22 to 21 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 7f23ed1565..ed021a3c1d 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, 22.x] + node-version: [18.x, 20.x, 21.x] platform: [ubuntu-latest, windows-latest] steps: