Skip to content

build(deps-dev): bump elliptic from 6.5.4 to 6.5.7 #69

build(deps-dev): bump elliptic from 6.5.4 to 6.5.7

build(deps-dev): bump elliptic from 6.5.4 to 6.5.7 #69

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v2
- name: Setup Node.js Environment
uses: actions/[email protected]
- name: Install dependencies
run: npm install --force
- name: Run tests
run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
- name: Codecov Node
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
fail_ci_if_error: true
verbose: true