From d366e0266ed2af635579a092fb2c4eb4944fe862 Mon Sep 17 00:00:00 2001 From: Alexander Sapountzis Date: Mon, 9 Dec 2024 10:29:49 -0500 Subject: [PATCH] Remove node v24.x from matrix --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d78d85c6..60bbb496 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -55,7 +55,7 @@ jobs: runs-on: 'ubuntu-latest' strategy: matrix: - node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x] steps: - name: Checkout uses: actions/checkout@v3