Skip to content

build(deps): bump @commitlint/config-conventional from 17.6.7 to 17.7.0 #4

build(deps): bump @commitlint/config-conventional from 17.6.7 to 17.7.0

build(deps): bump @commitlint/config-conventional from 17.6.7 to 17.7.0 #4

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm pack --dry-run --pack-destination ./bin/ # file creation skipped by --dry-run