diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf4884a..0b612b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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