Skip to content

Bump rexml from 3.2.6 to 3.2.8 in /docs #295

Bump rexml from 3.2.6 to 3.2.8 in /docs

Bump rexml from 3.2.6 to 3.2.8 in /docs #295

Workflow file for this run

name: Run tests
on: pull_request
jobs:
test:
name: Run tests on Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["16", "15", "14", "13", "12"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:verbose