mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 21:03:00 -04:00
Merge pull request #43080 from nextcloud/enh/noid/remove-eol-branches
npm audit fix - remove stable24 and stable25 as they are EOL
This commit is contained in:
commit
cb43fca83d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/npm-audit-fix.yml
vendored
2
.github/workflows/npm-audit-fix.yml
vendored
|
|
@ -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…
Reference in a new issue