Skip to content

chore(deps): bump baseline-browser-mapping from 2.10.35 to 2.11.22 in /app #54

chore(deps): bump baseline-browser-mapping from 2.10.35 to 2.11.22 in /app

chore(deps): bump baseline-browser-mapping from 2.10.35 to 2.11.22 in /app #54

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