From 33ff6c5f80fcdab20d86af1e81e526eb58f2428e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 03:05:51 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.20.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/solidity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 8c5bfe1..4845105 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -99,7 +99,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22.19.0 + node-version: 22.20.0 - name: Install Node dependencies run: npm install