Skip to content

chore(deps-dev): bump @commitlint/cli from 18.4.3 to 19.2.1 #255

chore(deps-dev): bump @commitlint/cli from 18.4.3 to 19.2.1

chore(deps-dev): bump @commitlint/cli from 18.4.3 to 19.2.1 #255

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js latest
uses: actions/setup-node@v3
with:
node-version: latest
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install --frozen-lockfile
- name: Run tests
uses: borales/actions-yarn@v4
with:
cmd: test
- name: Run build
uses: borales/actions-yarn@v4
with:
cmd: build