Skip to content

Bump @typescript-eslint/parser from 6.7.4 to 6.9.0 #1572

Bump @typescript-eslint/parser from 6.7.4 to 6.9.0

Bump @typescript-eslint/parser from 6.7.4 to 6.9.0 #1572

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn run lint
- run: yarn run build