From 3a83ab36d8ce7eebccb1412efac60910818f6d59 Mon Sep 17 00:00:00 2001 From: Vittorio Minacori Date: Wed, 28 Feb 2024 17:15:43 +0100 Subject: [PATCH] ci: fix node to v20 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c0470..3e211bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,8 @@ jobs: - name: Run Slither uses: crytic/slither-action@v0.3.0 + with: + node-version: '20.x' codespell: name: Codespell