Skip to content

chore(deps): update commitlint monorepo to v19 #4020

chore(deps): update commitlint monorepo to v19

chore(deps): update commitlint monorepo to v19 #4020

Workflow file for this run

name: Node CI
on: [pull_request, push]
permissions:
contents: read
jobs:
build:
name: Node.js v${{ matrix.node_version }}
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [14, 16, 18]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install latest npm
run: npm install -g npm
- name: Install dependencies
uses: bahmutov/npm-install@cb39a46f27f14697fec763d60fb23ad347e2befa # tag=v1
with:
useRollingCache: true
- name: test
run: npm test