Skip to content

build(deps): bump word-wrap from 1.2.3 to 1.2.4 #963

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 #963

Workflow file for this run

name: Node.js
on:
pull_request:
branches: [main]
push:
branches: [main]
tags: ['!v*']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test