Skip to content

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

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

Workflow file for this run

name: tests
on:
- push
- pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/-1, lts/*, node]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: sudo apt-get install xvfb
- run: xvfb-run --auto-servernum npm test