From ff6338f2d2e7a9fce3ee5cb605c180758892bb13 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 22 Jul 2024 13:31:30 -0500 Subject: [PATCH] Revert "Attempt to restore GitHub Actions tests for Node 22.5.x" This reverts commit c129d0f8f52c5097d549932563e1ce0e05dce54d. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904fe95e7..17bf18e08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - node: ["18", "20", "22"] + # Restore "22" after 22.5.1 ships https://github.com/actions/node-versions/pull/182 + node: ["18", "20", "22.4"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4