Skip to content

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

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

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

name: "Definitely Type build"
on:
push:
branches:
- master
pull_request:
paths-ignore:
- 'data/**'
- 'ui/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts/hydrogen ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: run definitely typed build
run: |
npm ci
npm run ts-patch:install
npm run build
npm run build:transformer:definitelyTyped
env:
CI: true