Skip to content

Commit

Permalink
Update autofix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Feb 2, 2025
1 parent fcea9fa commit 6457ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 22
- run: |
corepack enable
$SHA_SUM = npm view [email protected] dist.shasum
SHA_SUM=$(npm view [email protected] dist.shasum)
corepack install -g [email protected]+sha1.$SHA_SUM
- name: 📦 Install dependencies
Expand Down

0 comments on commit 6457ab7

Please sign in to comment.