Skip to content

Update typescript-eslint monorepo to v6 (major) - autoclosed #1521

Update typescript-eslint monorepo to v6 (major) - autoclosed

Update typescript-eslint monorepo to v6 (major) - autoclosed #1521

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/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: npm
- run: npm i
- run: npm run test:ci