Skip to content

chore(deps): bump elliptic from 6.5.3 to 6.6.1 #260

chore(deps): bump elliptic from 6.5.3 to 6.6.1

chore(deps): bump elliptic from 6.5.3 to 6.6.1 #260

Workflow file for this run

name: test
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
# if: contains(github.event.head_commit.modified, 'api/')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm ci
- run: npm run test