Skip to content

Commit e11d1e8

Browse files
committed
build: add explicit solhint version for constant ci
1 parent 6d3f358 commit e11d1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solhint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
**/**.sol
1919
- uses: actions/setup-node@v4
2020
if: env.GIT_DIFF
21-
- run: npm install -g solhint
21+
- run: npm install -g solhint@v5.0.5
2222
if: env.GIT_DIFF
2323
- run: solhint --version
2424
if: env.GIT_DIFF

0 commit comments

Comments
 (0)