Skip to content

Bump fast-xml-parser from 4.3.6 to 4.4.1 #769

Bump fast-xml-parser from 4.3.6 to 4.4.1

Bump fast-xml-parser from 4.3.6 to 4.4.1 #769

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@v4
- name: Restore Dependencies
run: npm ci
- name: Build
run: npm run all