Skip to content

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

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

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

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use node.js
uses: actions/setup-node@v5
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
package-manager-cache: false
- name: Installing Dependencies
run: pnpm install
- name: Running unit Test
run: pnpm run test:unit