Skip to content

Bump word-wrap from 1.2.3 to 1.2.5 (#196) #184

Bump word-wrap from 1.2.3 to 1.2.5 (#196)

Bump word-wrap from 1.2.3 to 1.2.5 (#196) #184

Workflow file for this run

on: ['push', 'pull_request']
name: Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: npm install, npm run coverage
run: |
npm install
npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@v2