Skip to content

v4.1.0

v4.1.0 #81

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 19.4
uses: actions/setup-node@v4
with:
node-version: 19.4
- uses: oven-sh/setup-bun@v1
- run: npm install
- run: make build
- run: make build-demo
- run: make lint
- run: make test-no-es6-browser-globals
- run: make test-bun
- run: make mock-test
- run: make format