Skip to content

Bump elliptic from 6.5.4 to 6.6.0 #109

Bump elliptic from 6.5.4 to 6.6.0

Bump elliptic from 6.5.4 to 6.6.0 #109

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run type:check
- run: npm run test