Browse Source

Downgrade Node for Slither (#4202)

Francisco 2 years ago
parent
commit
6ff415de6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/checks.yml

+ 1 - 1
.github/workflows/checks.yml

@@ -86,7 +86,7 @@ jobs:
       - run: rm foundry.toml
       - run: rm foundry.toml
       - uses: crytic/slither-action@v0.3.0
       - uses: crytic/slither-action@v0.3.0
         with:
         with:
-          node-version: 18
+          node-version: 18.15
 
 
   codespell:
   codespell:
     if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
     if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'