Skip to content

v3.0.0-alpha.0

v3.0.0-alpha.0 #339

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn prep
- run: yarn test:all