Skip to content

fix(deps): update typescript-eslint monorepo to v8 #383

fix(deps): update typescript-eslint monorepo to v8

fix(deps): update typescript-eslint monorepo to v8 #383

Workflow file for this run

name: test
on:
push:
branches-ignore:
- "main"
paths:
- ".github/workflows/test.yml"
- "**"
jobs:
test:
name: test
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: |
npm ci
- run: |
npm run test