From e90f267baa6032f4f74b1b250d0718f0f1c4b659 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 24 Jan 2024 11:55:05 +0100 Subject: npm audit fix - remove stable24 and stable25 as they are EOL 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 0beed91b48c..c8523f94176 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"] name: npm-audit-fix-${{ matrix.branches }} -- cgit v1.2.3