From 7ed0e46db9c213e218c9a1fa2b839bc1e2e6937c Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 7 Apr 2024 15:41:36 -0600 Subject: [PATCH] I thought Node 22 existed already --- .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 ab76207fc..f05ed0295 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["18", "20", "22"] + node: ["18", "20", "21"] name: Node ${{ matrix.node }} steps: - name: Checkout repository