From f06687876517daff89a15345915af4b7487ac950 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Sat, 20 Apr 2024 18:48:44 -0700 Subject: [PATCH] test: try #2231 with 21.x instead of 22.x --- .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: