Skip to content

chore(deps-dev): bump typescript-eslint from 8.29.0 to 8.46.2 #270

chore(deps-dev): bump typescript-eslint from 8.29.0 to 8.46.2

chore(deps-dev): bump typescript-eslint from 8.29.0 to 8.46.2 #270

Workflow file for this run

name: Lint
on:
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install -g --force corepack@latest
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run lint