Skip to content

chore(deps-dev): bump @types/node from 22.10.10 to 22.14.1 #191

chore(deps-dev): bump @types/node from 22.10.10 to 22.14.1

chore(deps-dev): bump @types/node from 22.10.10 to 22.14.1 #191

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Format check
run: yarn format:check
- name: Lint files
run: yarn lint
- name: Type check files
run: yarn tsc