Skip to content

fix(deps-dev): bump elliptic from 6.5.4 to 6.5.7 (#60) #165

fix(deps-dev): bump elliptic from 6.5.4 to 6.5.7 (#60)

fix(deps-dev): bump elliptic from 6.5.4 to 6.5.7 (#60) #165

Workflow file for this run

name: health
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm test
env:
CI: true
- name: Run Codecov coverage colector
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage-final.json
flags: unittests