Skip to content

refactor(deps-dev): bump @commitlint/config-angular from 17.4.4 to 19.0.0 #650

refactor(deps-dev): bump @commitlint/config-angular from 17.4.4 to 19.0.0

refactor(deps-dev): bump @commitlint/config-angular from 17.4.4 to 19.0.0 #650

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Run Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['current', 'lts/*', 'lts/-1']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test