Skip to content

Build(deps): Bump elliptic from 6.5.7 to 6.6.0 #191

Build(deps): Bump elliptic from 6.5.7 to 6.6.0

Build(deps): Bump elliptic from 6.5.7 to 6.6.0 #191

Workflow file for this run

name: PR Branch Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Build
run: |
yarn
yarn generate:build-output
yarn build