Skip to content

Update dependency eslint to v9 #1717

Update dependency eslint to v9

Update dependency eslint to v9 #1717

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
- run: |
npm install
npm run build
npm run lint
- run: |
cd ./demo
npm install
npm run build
npm run lint