diff options
author | Simon L <szaimen@e.mail.de> | 2024-01-24 19:46:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 19:46:06 +0100 |
commit | cb43fca83d238adceb1d383ece7942bdbbe8880c (patch) | |
tree | bb2a65d601708450ac823f32064cde6db8a46f94 | |
parent | 0f48549769e859275c0e676313f069b2833d797c (diff) | |
parent | e90f267baa6032f4f74b1b250d0718f0f1c4b659 (diff) | |
download | nextcloud-server-cb43fca83d238adceb1d383ece7942bdbbe8880c.tar.gz nextcloud-server-cb43fca83d238adceb1d383ece7942bdbbe8880c.zip |
Merge pull request #43080 from nextcloud/enh/noid/remove-eol-branches
npm audit fix - remove stable24 and stable25 as they are EOL
-rw-r--r-- | .github/workflows/npm-audit-fix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 0beed91b48c..c8523f94176 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -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 }} |