Skip to content

Bump elliptic from 6.5.4 to 6.6.0 #44

Bump elliptic from 6.5.4 to 6.6.0

Bump elliptic from 6.5.4 to 6.6.0 #44

Workflow file for this run

name: Deploy to GitHub pages
on:
push:
branches-ignore: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate static files
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- run: yarn run docs:build