VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/xmlvalidate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/xmlvalidate.yml b/.github/workflows/xmlvalidate.yml
index 951a934e..7d3cbaa2 100644
--- a/.github/workflows/xmlvalidate.yml
+++ b/.github/workflows/xmlvalidate.yml
@@ -29,8 +29,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: Install fast-xml-parser
- run: npm install fast-xml-parser -g
+ run: npm install fast-xml-parser@4.5.2 -g
- name: Run XML validator script
run: ${{ github.workspace }}/.github/workflows/xmlvalidate.sh "${{ github.workspace }}"