From 34ab0204b7bcedba2cb2dc3015f4d1e780635928 Mon Sep 17 00:00:00 2001 From: Evan Sangaline Date: Sun, 14 Jan 2024 12:53:49 -0600 Subject: [PATCH] Fix the matrix. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d617c25..0760459 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14, 16, 18, 20, 22] + node: [14, 16, 18, 20] runs-on: ${{ matrix.os }} steps: - name: Checkout code