From f6e38d9ed7cdce1450a6883b3989fef22418ca04 Mon Sep 17 00:00:00 2001 From: jackie1santana Date: Thu, 18 Jul 2024 14:48:51 -0500 Subject: [PATCH] fixed pipeline bug --- .github/workflows/unit-test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test-action.yml b/.github/workflows/unit-test-action.yml index 66d3efc..9b7eb7f 100644 --- a/.github/workflows/unit-test-action.yml +++ b/.github/workflows/unit-test-action.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.15.1, 22.5.0, 24.x] + node-version: [14.x, 16.x, 18.x, 20.15.1, 22.5.0] steps: - name: Checkout repository