Skip to content

chore(deps): update commitlint monorepo to v20 #603

chore(deps): update commitlint monorepo to v20

chore(deps): update commitlint monorepo to v20 #603

Workflow file for this run

name: lint
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn lint:all