Skip to content

Update dependency bignumber.js to v10 (#534) #3037

Update dependency bignumber.js to v10 (#534)

Update dependency bignumber.js to v10 (#534) #3037

Workflow file for this run

name: Node
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- name: install deps
run: yarn
- name: build
run: yarn build
- name: lint
run: yarn lint
- name: test
run: yarn test