Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

build(deps-dev): bump @commitlint/cli from 16.0.1 to 20.1.0 #292

build(deps-dev): bump @commitlint/cli from 16.0.1 to 20.1.0

build(deps-dev): bump @commitlint/cli from 16.0.1 to 20.1.0 #292

Workflow file for this run

name: nodejs-tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
# Test on nodejs version 14
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run build --if-present