Skip to content

[Snyk] Upgrade fast-xml-parser from 4.2.6 to 4.2.7 #745

[Snyk] Upgrade fast-xml-parser from 4.2.6 to 4.2.7

[Snyk] Upgrade fast-xml-parser from 4.2.6 to 4.2.7 #745

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: Get Source Code
uses: actions/checkout@v2
- name: Restore Dependencies
run: npm ci
- name: Build
run: npm run all