Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #14

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #14

Workflow file for this run

name: CI
on: pull_request
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 14 ]
steps:
- name: Checkout 🔔
uses: actions/checkout@v1
- name: Setup node env 🏗
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies ✨
run: npm install
- name: Run linting 🧪
run: npm run lint
- name: Run unit tests 🛠
run: npm run test