Skip to content

Commit f4d0cdc

Browse files
authored
fix(ci): update version of svg-icon-review
Changed the platform to Node for more convenience Signed-off-by: Philipp Kief <philipp.kief@gmx.de>
1 parent 6980b64 commit f4d0cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/icon-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
files=$(git diff --no-index ../main ../fork --diff-filter=ACMRTUX --name-only | grep '^\.\./fork/icons/.*\.svg$')
5151
filesCount=$(echo "$files" | wc -l)
52-
npx svg-icon-review@2.2.0 --noSandbox --bigIcon ${files}
52+
npx svg-icon-review@3.0.1 --noSandbox --bigIcon ${files}
5353
echo svg_files_count=$filesCount >> $GITHUB_ENV
5454
5555
- name: ⬆️ Upload PNG

0 commit comments

Comments
 (0)