Skip to content

Bump eslint from 8.54.0 to 8.55.0 #305

Bump eslint from 8.54.0 to 8.55.0

Bump eslint from 8.54.0 to 8.55.0 #305

Workflow file for this run

name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm run lint
- run: npm run test