]> source.dussan.org Git - nextcloud-server.git/commitdiff
update npm-audit-fix 37975/head
authorSimon L <szaimen@e.mail.de>
Fri, 28 Apr 2023 16:53:39 +0000 (18:53 +0200)
committerSimon L <szaimen@e.mail.de>
Fri, 28 Apr 2023 16:58:54 +0000 (18:58 +0200)
Signed-off-by: Simon L <szaimen@e.mail.de>
.github/workflows/npm-audit-fix.yml

index 2632da4f7c5f369927852e7f0cb28a1721b93ae4..dededbc97ff826663b2e4e758f6bae35837b6bfe 100644 (file)
@@ -43,9 +43,13 @@ jobs:
       - name: Set up npm ${{ steps.versions.outputs.npmVersion }}
         run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
 
-      - name: Fix npm audit, run npm ci and npm run build
+      - name: Fix npm audit
         run: |
           npm audit fix
+
+      - name: Run npm ci and npm run build
+        if: always()
+        run: |
           npm ci
           npm run build --if-present