Skip to content

Bump elliptic from 6.5.4 to 6.5.7 #163

Bump elliptic from 6.5.4 to 6.5.7

Bump elliptic from 6.5.4 to 6.5.7 #163

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: yarn install
- run: yarn test