Skip to content

build(deps): bump elliptic from 6.5.4 to 6.5.7 #782

build(deps): bump elliptic from 6.5.4 to 6.5.7

build(deps): bump elliptic from 6.5.4 to 6.5.7 #782

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'npm'
- name: Install
run: npm ci
- name: Jest Tests
run: npm test
- name: Coverage Upload
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage