Skip to content

Bump @sideway/formula from 3.0.0 to 3.0.1 #40

Bump @sideway/formula from 3.0.0 to 3.0.1

Bump @sideway/formula from 3.0.0 to 3.0.1 #40

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
yarn:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build