Skip to content

Commit

Permalink
fix: setup node in slither job
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jun 25, 2024
1 parent 90f498f commit 970b154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
dir: ${{ fromJson(needs.set-slither-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node_version: "20"

- name: Run slither
uses: crytic/slither-action@v0.4.0
Expand Down

0 comments on commit 970b154

Please sign in to comment.