Skip to content

Commit

Permalink
Adjusted svgo package version in the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
l-alexandrov committed Mar 9, 2023
1 parent eba092d commit c55eb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y jpegoptim pngquant gifsicle optipng libjpeg-progs webp
sudo npm install -g svgo@1.3.2
sudo npm install -g svgo
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit c55eb4c

Please sign in to comment.