Skip to content

Build(deps-dev): Bump @types/node from 25.0.0 to 25.0.3 #4830

Build(deps-dev): Bump @types/node from 25.0.0 to 25.0.3

Build(deps-dev): Bump @types/node from 25.0.0 to 25.0.3 #4830

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- run: pnpm install
- name: Lint
run: pnpm lint