Skip to content

Merge branch 'master' into nodenext #228

Merge branch 'master' into nodenext

Merge branch 'master' into nodenext #228

Workflow file for this run

name: Build and Test Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 17
- run: yarn
- run: yarn test
- run: yarn build