Skip to content

Bump xml2js from 0.1.14 to 0.6.0 #7

Bump xml2js from 0.1.14 to 0.6.0

Bump xml2js from 0.1.14 to 0.6.0 #7

Workflow file for this run

name: ci
on: [push,pull_request]
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
node:
- '10'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test