From 878e32bb497df30248529f1aa8cfd7a7c79f2072 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 23 Nov 2023 14:37:56 +0100 Subject: [PATCH] Update workflow Signed-off-by: Simon L. --- .github/workflows/npm-audit-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index cb63db7e3..4ef4d7b72 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"] + branches: ["main", "master", "stable28", "stable27", "stable26", "stable25"] name: npm-audit-fix-${{ matrix.branches }}