Skip to content

Commit

Permalink
im a dumbass lmao
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 6d5ebf9 commit f1f7c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 @@ -31,7 +31,7 @@ jobs:
- name: Run conversion script
run: |
node gif-to-webp-converter.js
node convert.js
- name: Commit and push changes
run: |
Expand Down

0 comments on commit f1f7c0d

Please sign in to comment.