Skip to content

deps(dev): bump typescript-eslint from 7.18.0 to 8.13.0 #694

deps(dev): bump typescript-eslint from 7.18.0 to 8.13.0

deps(dev): bump typescript-eslint from 7.18.0 to 8.13.0 #694

Workflow file for this run

name: Build BlazeBuild
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: blazebuild
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22.4.0"
- name: Install Dependencies
run: npm install -D
- name: Build with TypeScript
run: npx tsc