Skip to content

fix(deps): bump tar and npm #153

fix(deps): bump tar and npm

fix(deps): bump tar and npm #153

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/codecov-action@v1.0.15
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage-final.json
flags: unittests