Skip to content

Bump @typescript-eslint/parser from 8.3.0 to 8.7.0 #81

Bump @typescript-eslint/parser from 8.3.0 to 8.7.0

Bump @typescript-eslint/parser from 8.3.0 to 8.7.0 #81

Workflow file for this run

name: Build and check
on:
pull_request:
branches: [main]
jobs:
build:
if: github.event_name != 'push'
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install
npm run build