Skip to content

Bump eslint from 8.42.0 to 8.43.0 #1847

Bump eslint from 8.42.0 to 8.43.0

Bump eslint from 8.42.0 to 8.43.0 #1847

Workflow file for this run

name: Audit
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
schedule:
- cron: '09 22 * * *'
jobs:
audit:
name: Audit
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12.x'
- run: npm version
- run: npm ci
- run: npm audit