Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bcodesido committed Mar 20, 2024
1 parent a96524a commit 22a09a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 19.6.0
uses: actions/setup-node@v3
with:
node-version: '19.6.0'

- name: Install dependencies
run: npm ci

- name: Run Slither
uses: crytic/slither-action@v0.3.0
id: slither
Expand Down

0 comments on commit 22a09a1

Please sign in to comment.