Skip to content

🚀 Upgrade to bigint from BigNumber #2

🚀 Upgrade to bigint from BigNumber

🚀 Upgrade to bigint from BigNumber #2

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: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn run build --if-present
- run: yarn test