Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

chore(dev-deps): bump typescript-eslint from 8.49.0 to 8.50.0 #891

chore(dev-deps): bump typescript-eslint from 8.49.0 to 8.50.0

chore(dev-deps): bump typescript-eslint from 8.49.0 to 8.50.0 #891

Workflow file for this run

name: CI
on: { push: { branches: '**' } }
jobs:
ci:
name: Checks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
# fetch full history for correct commits parsing in tests
with: { fetch-depth: 0 }
- name: Setup pnpm
uses: pnpm/action-setup@v4
with: { version: 10.25.0 }
- name: Setup Node.js
uses: actions/setup-node@v6
with: { node-version: 24.12.0, cache: pnpm }
- name: Install deps
run: pnpm install
- name: Build
run: pnpm build:prod
- name: Lint
run: pnpm lint:fix
- name: Test
run: pnpm test