Skip to content

build(deps-dev): bump @commitlint/load from 13.2.1 to 17.7.1 #211

build(deps-dev): bump @commitlint/load from 13.2.1 to 17.7.1

build(deps-dev): bump @commitlint/load from 13.2.1 to 17.7.1 #211

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
name: codecov-umbrella