From 14eadde127674e500e96b6e7e3cc4c31771082c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:01:49 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66c35a6..2904b95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,6 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 22 + node-version: 24 - run: npm ci - run: npm run lint