Skip to content

Update dependency eslint to v9 #3557

Update dependency eslint to v9

Update dependency eslint to v9 #3557

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn
- run: yarn run test:e2e
- run: yarn run test:lint
- run: yarn run build
- name: run Lighthouse CI
run: yarn run lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}