Skip to content

Bump eslint from 8.49.0 to 8.50.0 #243

Bump eslint from 8.49.0 to 8.50.0

Bump eslint from 8.49.0 to 8.50.0 #243

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/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn install
- name: Run ESLint
run: yarn eslint