Skip to content

chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /example #223

chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /example

chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /example #223

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 }}