Skip to content

chore(deps-dev): bump @commitlint/cli from 19.4.0 to 19.4.1 #965

chore(deps-dev): bump @commitlint/cli from 19.4.0 to 19.4.1

chore(deps-dev): bump @commitlint/cli from 19.4.0 to 19.4.1 #965

Workflow file for this run

name: Node.js CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 21, latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
env:
CI: true