Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 17.6.7 #1730

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 17.6.7

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 17.6.7 #1730

Workflow file for this run

name: Test
on:
pull_request:
push:
branches-ignore:
- release
jobs:
build:
name: Node.js CI
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:lib
- run: npm test
- run: npm run build:pages
support:
name: Node.js unstable
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [19.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:lib
- run: npm test