From 3d457462fb9b7132a4e581df3b2e7e338e74a513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:41:13 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.19.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 7fecf37..8c5bfe1 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.18.0 + node-version: 22.19.0 - name: Install Node dependencies run: npm install