Skip to content

chore(deps): update typescript-eslint monorepo to v6.19.1 #926

chore(deps): update typescript-eslint monorepo to v6.19.1

chore(deps): update typescript-eslint monorepo to v6.19.1 #926

Workflow file for this run

name: Test package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
# checkout
- uses: actions/checkout@v4
# prepare
- uses: actions/setup-node@v4.0.1
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
# build
- run: yarn run lint
- run: yarn run build