Skip to content

fix: package.json to reduce vulnerabilities #49

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #49

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run ts-lint
- run: npm run lint
- run: npm run test
- run: npm run report-coverage
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} #required
file: ./coverage.lcov