Skip to content

chore(deps-dev): bump @types/big.js from 6.2.0 to 6.2.1 #164

chore(deps-dev): bump @types/big.js from 6.2.0 to 6.2.1

chore(deps-dev): bump @types/big.js from 6.2.0 to 6.2.1 #164

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: yarn
- name: yarn install, build and test
run: |
yarn install
yarn run test
yarn run build