Skip to content

Update dependency eslint to v9 #2061

Update dependency eslint to v9

Update dependency eslint to v9 #2061

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Run test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: npm
- run: npm i
- run: npm run test:ci