Skip to content

Bump elliptic from 6.5.3 to 6.6.0 #17

Bump elliptic from 6.5.3 to 6.6.0

Bump elliptic from 6.5.3 to 6.6.0 #17

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test