Skip to content

Bump fast-xml-parser from 4.4.0 to 4.4.1 #44

Bump fast-xml-parser from 4.4.0 to 4.4.1

Bump fast-xml-parser from 4.4.0 to 4.4.1 #44

Workflow file for this run

name: general
on:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm install
- name: Test software
run: npm test