Skip to content

Commit

Permalink
ci(updates): don't run npm audit against stable24
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jun 19, 2023
1 parent 5464b77 commit cc4d663
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", "stable27", "stable26", "stable25", "stable24"]
branches: ["main", "master", "stable27", "stable26", "stable25"]

name: npm-audit-fix-${{ matrix.branches }}

Expand Down

0 comments on commit cc4d663

Please sign in to comment.