fix(deps): upgrade ajv from v6 to v8 to resolve ReDoS vulnerability #1238
Workflow file for this run
This file contains hidden or 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
| on: | |
| pull_request: | |
| jobs: | |
| lint: | |
| name: lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: Use Node.js 20.11.1 | |
| uses: actions/setup-node@v1 | |
| with: | |
| node-version: 20.11.1 | |
| - name: npm install | |
| run: npm install | |
| - name: lint | |
| run: npm run lint |