Skip to content

build(deps-dev): bump @commitlint/cli from 20.4.1 to 20.4.2 #1880

build(deps-dev): bump @commitlint/cli from 20.4.1 to 20.4.2

build(deps-dev): bump @commitlint/cli from 20.4.1 to 20.4.2 #1880

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- name: Start MongoDB LTS
uses: supercharge/mongodb-github-action@1.12.1
with:
mongodb-version: '7.0'
- name: Run tests
run: |
npm install
npm run lint
npm run test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: pierreb-devkit/Node