From 9e3487457b0bd178b2f5f7ee7816296a3fcb1167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 05:40:44 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.11.1 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 d546910..8733131 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 24.11.0 + node-version: 24.11.1 - name: Install Node dependencies run: npm install