Skip to content

build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /packages/cli #701

build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /packages/cli

build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /packages/cli #701

Workflow file for this run

name: test all
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn bootstrap
- run: yarn test