Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /typescript #37

Bump word-wrap from 1.2.3 to 1.2.4 in /typescript

Bump word-wrap from 1.2.3 to 1.2.4 in /typescript #37

Workflow file for this run

name: Node.js
on:
push:
branches-ignore:
- '*-from-video'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build with Yarn
working-directory: typescript
run: yarn install
- name: Test with Yarn
working-directory: typescript
run: yarn test:ci