Skip to content

Commit

Permalink
Merge pull request #43080 from nextcloud/enh/noid/remove-eol-branches
Browse files Browse the repository at this point in the history
npm audit fix - remove stable24 and stable25 as they are EOL
  • Loading branch information
szaimen authored Jan 24, 2024
2 parents 0f48549 + e90f267 commit cb43fca
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 cb43fca

Please sign in to comment.