Skip to content

Bump eslint from 8.56.0 to 8.57.0 (#211) #264

Bump eslint from 8.56.0 to 8.57.0 (#211)

Bump eslint from 8.56.0 to 8.57.0 (#211) #264

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- '12.x'
- '14.x'
- '16.x'
- '17.x'
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn install
- name: Run ESLint
run: yarn eslint