]> source.dussan.org Git - nextcloud-server.git/commitdiff
npm audit fix - remove stable24 and stable25 as they are EOL 43080/head
authorSimon L <szaimen@e.mail.de>
Wed, 24 Jan 2024 10:55:05 +0000 (11:55 +0100)
committerSimon L <szaimen@e.mail.de>
Wed, 24 Jan 2024 10:55:05 +0000 (11:55 +0100)
Signed-off-by: Simon L <szaimen@e.mail.de>
.github/workflows/npm-audit-fix.yml

index 0beed91b48c88a0e384322abba7dd27f0fd8bf82..c8523f941764540558b9821b87dd350f564cd457 100644 (file)
@@ -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 }}