From d40b020856cc4820c28b11d689409dbef9f03eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 05:53:35 +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 d546910c..87331311 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