Skip to content

Chore(deps-dev): bump typescript-eslint from 8.9.0 to 8.12.2 #164

Chore(deps-dev): bump typescript-eslint from 8.9.0 to 8.12.2

Chore(deps-dev): bump typescript-eslint from 8.9.0 to 8.12.2 #164

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build --if-present