npm audit fix - remove stable24 and stable25 as they are EOL

Signed-off-by: Simon L <szaimen@e.mail.de>
pull/43080/head
Simon L 4 months ago
parent 594016110d
commit e90f267baa

@ -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 }}

Loading…
Cancel
Save