Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Nov 14, 2023
1 parent 97b1480 commit 1f715f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
with:
node-version: 19
- run: npm install --loglevel verbose
- name: npm audit
continue-on-error: true
run: npm audit
- run: npm audit
- run: npm run build
if: always()

0 comments on commit 1f715f2

Please sign in to comment.