Skip to content

NPM: Bump eslint from 8.57.0 to 9.1.0 #242

NPM: Bump eslint from 8.57.0 to 9.1.0

NPM: Bump eslint from 8.57.0 to 9.1.0 #242

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint --if-present