Skip to content

devdeps: bump @commitlint/cli from 19.5.0 to 19.6.0 #2339

devdeps: bump @commitlint/cli from 19.5.0 to 19.6.0

devdeps: bump @commitlint/cli from 19.5.0 to 19.6.0 #2339

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install packages
run: "yarn install"
- name: Build the application
run: "yarn build"