Skip to content

chore(deps): update non-major (#507) #1405

chore(deps): update non-major (#507)

chore(deps): update non-major (#507) #1405

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
- run: npm ci
- run: npm run type-check
- run: npm run lint -- --max-warnings 0