Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <[email protected]>
  • Loading branch information
ClaytonTDM committed Oct 8, 2024
1 parent 07189a7 commit 740f607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gifToWebp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"

- name: Install dependencies
run: |
Expand All @@ -28,10 +28,11 @@ jobs:
sudo apt-get install -y webp
curl -L https://github.com/ImageOptim/gifski/releases/download/1.11.0/gifski_1.11.0_amd64.deb -o gifski.deb
sudo dpkg -i gifski.deb
rm gifski.deb
- name: Run conversion script
run: |
node convert.js
node gif-to-webp-converter.js
- name: Check for changes
id: git-check
Expand Down
File renamed without changes.
Binary file removed gifski.deb
Binary file not shown.

0 comments on commit 740f607

Please sign in to comment.