Skip to content

build(deps-dev): bump @eslint/compat from 2.0.0 to 2.0.1 #406

build(deps-dev): bump @eslint/compat from 2.0.0 to 2.0.1

build(deps-dev): bump @eslint/compat from 2.0.0 to 2.0.1 #406

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js 24
uses: actions/setup-node@v4
with:
node-version: 24
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint
run: 'pnpm lint:check'
- name: Format
run: 'pnpm format:check'
- name: Build
run: pnpm build