Skip to content

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

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

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

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
name: Tests - ${{ matrix.os }} - Node v${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: npm ci
- name: Run e2e tests
run: npm run test