Skip to content

Bump fast-xml-parser from 5.0.7 to 5.0.8 #817

Bump fast-xml-parser from 5.0.7 to 5.0.8

Bump fast-xml-parser from 5.0.7 to 5.0.8 #817

Workflow file for this run

name: Run TS-InSpec-Objects E2E Tests
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Run TS-InSpec-Objects E2E Tests
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run e2e tests
run: npm test