Skip to content

build(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.5.0 #430

build(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.5.0

build(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.5.0 #430

Workflow file for this run

name: Test
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install
run: npm install
- name: Test
run: npm run test