Skip to content

chore(deps): update bahmutov/npm-install action to v1.10.5 #1871

chore(deps): update bahmutov/npm-install action to v1.10.5

chore(deps): update bahmutov/npm-install action to v1.10.5 #1871

Workflow file for this run

name: Validate Commit Messages
on: [pull_request]
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
uses: bahmutov/npm-install@ec9e87262db2a1be2ca3ceb2d506c413a220542c # v1.10.5
with:
install-command: npm ci --foreground-scripts
- name: Run commitlint
uses: wagoid/commitlint-github-action@4973fb2da492818040d483817dd647c73b67eb52 # v5.4.6
env:
NODE_PATH: ${{ github.workspace }}/node_modules