diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index ed320aa3..7aaff5f6 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -13,7 +13,7 @@ jobs: uses: crytic/slither-action@v0.3.1 id: slither with: - node-version: '16' + node-version: '18' fail-on: 'none' slither-args: '--checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/'