Skip to content

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #2186

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #2186

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