Skip to content

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#40) #91

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#40)

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#40) #91

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: Node.js ${{ matrix.os }} ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, and npm test
run: |
npm ci
npm test
env:
CI: true