aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2024-01-24 11:55:05 +0100
committerSimon L <szaimen@e.mail.de>2024-01-24 11:55:05 +0100
commite90f267baa6032f4f74b1b250d0718f0f1c4b659 (patch)
treeed08c891e89fd22a309c1eceaead4444c1db0212 /.github/workflows
parent594016110df7c91a46fe7137baa55cc724753080 (diff)
downloadnextcloud-server-e90f267baa6032f4f74b1b250d0718f0f1c4b659.tar.gz
nextcloud-server-e90f267baa6032f4f74b1b250d0718f0f1c4b659.zip
npm audit fix - remove stable24 and stable25 as they are EOL
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/npm-audit-fix.yml2
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 }}