Skip to content

build(deps-dev): bump words-n-numbers from 7.1.2 to 8.0.0 #32

build(deps-dev): bump words-n-numbers from 7.1.2 to 8.0.0

build(deps-dev): bump words-n-numbers from 7.1.2 to 8.0.0 #32

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