Skip to content

Bump @typescript-eslint/parser from 8.13.0 to 8.14.0 #324

Bump @typescript-eslint/parser from 8.13.0 to 8.14.0

Bump @typescript-eslint/parser from 8.13.0 to 8.14.0 #324

Workflow file for this run

name: npm build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Compile TypeScript
run: npm run build
- name: Run linter
run: npm run lint