Skip to content

bump @typescript-eslint/typescript-estree from 8.53.1 to 8.54.0 #2040

bump @typescript-eslint/typescript-estree from 8.53.1 to 8.54.0

bump @typescript-eslint/typescript-estree from 8.53.1 to 8.54.0 #2040

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bootstrap:
strategy:
matrix:
os:
- ubuntu
- macos
- windows
node-version:
- "20.x"
- "22.x"
- "24.x"
name: build
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/setup-node@v6.2.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn prettier:check
- run: yarn build
- run: yarn start