Skip to content

[js] Update eslint 8.33.0 → 8.46.0 (minor) #294

[js] Update eslint 8.33.0 → 8.46.0 (minor)

[js] Update eslint 8.33.0 → 8.46.0 (minor) #294

Workflow file for this run

name: Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 19
- run: yarn install --frozen-lockfile
- run: yarn lint && yarn test