Skip to content

feat(deps): update dependency marked to v18 #8907

feat(deps): update dependency marked to v18

feat(deps): update dependency marked to v18 #8907

Workflow file for this run

name: Lint commit messages
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: ⬢ Enable Corepack
shell: bash
run: npm install --global --force corepack
- uses: actions/setup-node@v6
with:
node-version: latest
cache: 'pnpm'
- uses: wagoid/commitlint-github-action@v6