Skip to content

build(deps): bump elliptic from 6.5.4 to 6.6.0 #235

build(deps): bump elliptic from 6.5.4 to 6.6.0

build(deps): bump elliptic from 6.5.4 to 6.6.0 #235

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: install
uses: borales/[email protected]
with:
cmd: install
- name: test
uses: borales/[email protected]
with:
cmd: test
- name: build
uses: borales/[email protected]
with:
cmd: build