Skip to content

build(deps): Bump word-wrap from 1.2.3 to 1.2.4 #374

build(deps): Bump word-wrap from 1.2.3 to 1.2.4

build(deps): Bump word-wrap from 1.2.3 to 1.2.4 #374

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [12]
steps:
- name: Checkout
uses: actions/checkout@v1.0.0
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Test
run: yarn test