Skip to content

Bump fast-xml-parser from 3.19.0 to 4.2.4 #95

Bump fast-xml-parser from 3.19.0 to 4.2.4

Bump fast-xml-parser from 3.19.0 to 4.2.4 #95

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '16'
- name: Install
run: npm i
- name: Lint
run: npm run lint
- name: Tests
run: npm t