Skip to content

chore(deps-dev): bump @commitlint/cli from 17.6.5 to 17.6.7 #607

chore(deps-dev): bump @commitlint/cli from 17.6.5 to 17.6.7

chore(deps-dev): bump @commitlint/cli from 17.6.5 to 17.6.7 #607

Workflow file for this run

name: ci
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
check-latest: true
- name: Install dependencies 👨🏻‍💻
run: pnpm install --frozen-lockfile
- name: Building for production 🛠️
run: pnpm run build