diff options
Diffstat (limited to '.github/workflows/xmlvalidate.yml')
-rw-r--r-- | .github/workflows/xmlvalidate.yml | 2 |
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 | |||
@@ -31,6 +31,6 @@ jobs: | |||
31 | with: | 31 | with: |
32 | node-version: 'latest' | 32 | node-version: 'latest' |
33 | - name: Install fast-xml-parser | 33 | - name: Install fast-xml-parser |
34 | run: npm install fast-xml-parser -g | 34 | run: npm install fast-xml-parser@4.5.2 -g |
35 | - name: Run XML validator script | 35 | - name: Run XML validator script |
36 | run: ${{ github.workspace }}/.github/workflows/xmlvalidate.sh "${{ github.workspace }}" | 36 | run: ${{ github.workspace }}/.github/workflows/xmlvalidate.sh "${{ github.workspace }}" |