fix(pull-request-icon-preview): pinned and --forced svgson installation 5.3.1 (#3289)

This commit is contained in:
Jakob Guddas
2025-06-10 19:32:06 +02:00
committed by GitHub
parent af1b0e033e
commit 394399bfb8

View File

@@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v4
- name: Install svgson for code preview (safer and faster than installing all deps)
run: npm install svgson
run: npm install svgson@5.3.1 --force
- name: Save PR number
run: |