Skip to content

fix(deps): update commitlint monorepo to v19.5.0 (#1862) #211

fix(deps): update commitlint monorepo to v19.5.0 (#1862)

fix(deps): update commitlint monorepo to v19.5.0 (#1862) #211

Workflow file for this run

name: Publish Any Commit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- run: pnpx pkg-pr-new publish './packages/*'