Skip to content

🚀 Upgrade to bigint from BigNumber #3

🚀 Upgrade to bigint from BigNumber

🚀 Upgrade to bigint from BigNumber #3

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn run build --if-present
- run: yarn test