Skip to content

feat: add term and balance. #49

feat: add term and balance.

feat: add term and balance. #49

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- master
jobs:
testing:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16', '18', '20']
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn --frozen-lockfile
- run: yarn test