Skip to content

chore(deps): update dependency eslint to v9 #6747

chore(deps): update dependency eslint to v9

chore(deps): update dependency eslint to v9 #6747

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn test