Skip to content

deps(dev): bump eslint-config-next from 14.2.17 to 15.0.3 in /docs #699

deps(dev): bump eslint-config-next from 14.2.17 to 15.0.3 in /docs

deps(dev): bump eslint-config-next from 14.2.17 to 15.0.3 in /docs #699

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