chore: Does an audit fix and adjusts audit script #104
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Audit | |
on: pull_request | |
jobs: | |
ci-core: | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version-file: '.nvmrc' | |
- name: Bootstrap | |
run: npm run bootstrap-ci:common | |
- name: Audit | |
run: npm run audit --omit=dev |