Skip to content

Commit

Permalink
rename yarn audit job to npm audit in ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 25, 2024
1 parent 157fbe6 commit 9489a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
bundler-cache: true
- run: bin/rubocop
yarn-audit:
npm-audit:
name: Yarn Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn audit
- run: npm audit

0 comments on commit 9489a09

Please sign in to comment.