Skip to content

build(deps): bump fast-xml-parser from 4.3.2 to 4.4.1 (#54) #135

build(deps): bump fast-xml-parser from 4.3.2 to 4.4.1 (#54)

build(deps): bump fast-xml-parser from 4.3.2 to 4.4.1 (#54) #135

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Lint and Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- name: NPM Install
run: npm ci
- name: Building
run: npm run build