Skip to content

Release 1.0.0-beta.2 #11

Release 1.0.0-beta.2

Release 1.0.0-beta.2 #11

Workflow file for this run

name: Tests
on:
push:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- run: yarn
- run: yarn test