Merge pull request #43080 from nextcloud/enh/noid/remove-eol-branches

npm audit fix - remove stable24 and stable25 as they are EOL
pull/41058/merge
Simon L 4 months ago committed by GitHub
commit cb43fca83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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