Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 46 updates #98

chore(deps): bump the all-dependencies group across 1 directory with 46 updates

chore(deps): bump the all-dependencies group across 1 directory with 46 updates #98

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run linting
run: npm run lint
- name: Run type checking
run: npm run type-check
- name: Run build
run: npm run build