Skip to content

chore(deps-dev): bump vitest from 4.1.8 to 4.1.11 in /app #53

chore(deps-dev): bump vitest from 4.1.8 to 4.1.11 in /app

chore(deps-dev): bump vitest from 4.1.8 to 4.1.11 in /app #53

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 22
- name: Install dependencies
working-directory: artifacts
run: npm install
- name: Typecheck
working-directory: artifacts
run: npm run typecheck