Skip to content

build(deps-dev): bump ajv from 8.17.1 to 8.18.0 #282

build(deps-dev): bump ajv from 8.17.1 to 8.18.0

build(deps-dev): bump ajv from 8.17.1 to 8.18.0 #282

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@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: npm run typecheck
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: npm run bundle:all
- uses: actions/upload-artifact@v4
with:
name: binaries
path: dist/bin/