Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

chore(deps): bump elliptic from 6.5.4 to 6.5.7 (#168) #171

chore(deps): bump elliptic from 6.5.4 to 6.5.7 (#168)

chore(deps): bump elliptic from 6.5.4 to 6.5.7 (#168) #171

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: yarn
- run: yarn lerna bootstrap
- run: yarn cov
- uses: codecov/codecov-action@v1