Skip to content

update eslint to latest major version. resolve lint errors #93

update eslint to latest major version. resolve lint errors

update eslint to latest major version. resolve lint errors #93

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 8
strategy:
matrix:
node-version: [20.4, 20.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm run test-ci