From d2a242de078bf3a070ef7898c281b73a15a9c6f0 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 28 Apr 2023 18:53:39 +0200 Subject: [PATCH] update npm-audit-fix Signed-off-by: Simon L --- .github/workflows/npm-audit-fix.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 2632da4f7c5..dededbc97ff 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -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 -- 2.39.5