Skip to content

Commit

Permalink
npm audit fix - remove stable24 and stable25 as they are EOL
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Jan 24, 2024
1 parent 5940161 commit e90f267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit e90f267

Please sign in to comment.