From 8058eb674dfe775283e0405cd4dfd0dad2e63321 Mon Sep 17 00:00:00 2001 From: Vittorio Minacori Date: Wed, 28 Feb 2024 17:19:22 +0100 Subject: [PATCH] ci: use node v20 --- .github/actions/setup/action.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 074c920..e92dc84 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -6,7 +6,7 @@ runs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: 20 - name: Setup Cache uses: actions/cache@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e211bf..bf1f8d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - name: Run Slither uses: crytic/slither-action@v0.3.0 with: - node-version: '20.x' + node-version: 20 codespell: name: Codespell