Skip to content

Bump eslint from 9.16.0 to 9.21.0 #733

Bump eslint from 9.16.0 to 9.21.0

Bump eslint from 9.16.0 to 9.21.0 #733

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x, 16.x, 17.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm it