Skip to content

Bump eslint from 8.42.0 to 8.45.0 #45

Bump eslint from 8.42.0 to 8.45.0

Bump eslint from 8.42.0 to 8.45.0 #45

Workflow file for this run

name: eslint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: '16'
- run: npm ci
- run: npm run lint