Skip to content

Migrate to flat config (eslint v9+) #21

Migrate to flat config (eslint v9+)

Migrate to flat config (eslint v9+) #21

Workflow file for this run

name: Tests
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20, 22 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm i
- run: npm test