Skip to content

Commit

Permalink
comment out npm audit check, to verify ci build as priority
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfish committed Jun 2, 2023
1 parent 28cabc6 commit f4c7e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Expand Up @@ -40,6 +40,6 @@ jobs:
name: Build
run: cd server && npm run build --if-present

-
name: Audit
run: cd server && npm audit --audit-level=moderate
# -
# name: Audit
# run: cd server && npm audit --audit-level=moderate

0 comments on commit f4c7e8f

Please sign in to comment.