Skip to content

build(deps-dev): bump @commitlint/cli from 19.2.0 to 19.2.1 #113

build(deps-dev): bump @commitlint/cli from 19.2.0 to 19.2.1

build(deps-dev): bump @commitlint/cli from 19.2.0 to 19.2.1 #113

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- next
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build