From 82bc233c0444c3f7040d46d50504a8150a2400cb Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 11 Mar 2025 07:47:46 +0100 Subject: [PATCH] ci(npmaudit): Run on stable4.3-stable3.7 Signed-off-by: Christoph Wurst --- .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 86e797d40e..28edd770b3 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'stable3.7', 'stable3.6'] + branches: ['main', 'stable4.3', 'stable4.2', 'stable3.7'] name: npm-audit-fix-${{ matrix.branches }}