From f70f17b4662d3d36e631ae41a4177e91ee5289db Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 19 Jul 2024 11:24:09 -0500 Subject: [PATCH] Removing Node 22 via https://github.com/actions/node-versions/pull/182 --- .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 904fe95e7..f0dddb3ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - node: ["18", "20", "22"] + node: ["18", "20"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4