Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

chore(deps-dev): bump @commitlint/prompt from 17.4.4 to 17.5.0 #2112

chore(deps-dev): bump @commitlint/prompt from 17.4.4 to 17.5.0

chore(deps-dev): bump @commitlint/prompt from 17.4.4 to 17.5.0 #2112

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "14", "12"]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn install --ignore-engines
- run: yarn test
- run: yarn build
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: fa299f025c9832450aca46724ea25b2b3741f08857775becadeb3c2f71d4cf18
with:
coverageCommand: yarn coverage