Skip to content

release(v1.7.0): RFC 9457 error optimization with MVI projection engine #54

release(v1.7.0): RFC 9457 error optimization with MVI projection engine

release(v1.7.0): RFC 9457 error optimization with MVI projection engine #54

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Test
run: npm test
- name: Build
run: npm run build