Skip to content

Bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0 #427

Bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0

Bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0 #427

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: build & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run lint --if-present
- run: npm test --if-present