Skip to content

Commit

Permalink
Change yarn audit to yarn npm audit in GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbmb committed Feb 11, 2024
1 parent 0901d69 commit e9f74da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
yarn build
- name: Run Security Audit
# See https://yarnpkg.com/cli/npm/audit for the changed syntax from `yarn audit` to
# `yarn npm audit`
run: |
yarn audit --groups dependencies
yarn npm audit --environment production
timeout-minutes: 5

0 comments on commit e9f74da

Please sign in to comment.