Skip to content

chore(deps): bump elliptic from 6.5.7 to 6.6.0 in /example (#57) #230

chore(deps): bump elliptic from 6.5.7 to 6.6.0 in /example (#57)

chore(deps): bump elliptic from 6.5.7 to 6.6.0 in /example (#57) #230

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: |
yarn
yarn cov
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}