Skip to content

Bump elliptic from 6.5.4 to 6.6.0 #31

Bump elliptic from 6.5.4 to 6.6.0

Bump elliptic from 6.5.4 to 6.6.0 #31

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and build
run: |
npm install --legacy-peer-deps
npm run build