From 0cedbc9f8cb4db822aec4c645c0a5e8874ed0a4f Mon Sep 17 00:00:00 2001 From: Pytal <24800714+Pytal@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:30:32 -0700 Subject: [PATCH] chore: Drop EOL stable24 from audit Signed-off-by: Pytal <24800714+Pytal@users.noreply.github.com> --- .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 5fa7f69e..41943860 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", "stable27", "stable26", "stable25", "stable24"] + branches: ["main", "master", "stable27", "stable26", "stable25"] name: npm-audit-fix-${{ matrix.branches }}