Skip to content

Support bigint

Support bigint #290

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test