Skip to content

build(deps-dev): bump @commitlint/cli from 18.5.0 to 18.6.0 #413

build(deps-dev): bump @commitlint/cli from 18.5.0 to 18.6.0

build(deps-dev): bump @commitlint/cli from 18.5.0 to 18.6.0 #413

Workflow file for this run

# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix
name: matrix
on: [push, pull_request]
jobs:
nodejs-versions:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
steps:
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: node --version