Skip to content

build(deps-dev): bump lighthouse from 12.2.2 to 12.3.0 #730

build(deps-dev): bump lighthouse from 12.2.2 to 12.3.0

build(deps-dev): bump lighthouse from 12.2.2 to 12.3.0 #730

name: Commit Message Lint
on:
push:
branches:
- the-one
pull_request:
branches:
- the-one
env:
CURRENT_NODE_VERSION: ${{ vars.CURRENT_NODE_VERSION || 'latest' }}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.CURRENT_NODE_VERSION }}
cache: 'npm'
cache-dependency-path: |
package-lock.json
- run: npm ci
- run: npm run commitlint-ci