Skip to content

Update lodash version in package.json overrides #16

Update lodash version in package.json overrides

Update lodash version in package.json overrides #16

Workflow file for this run

name: Linting
on: pull_request
jobs:
commitlint:
name: commitlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: "24.13.0"
- run: npm ci
- run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose