From ec70d2c8dcbbbb187accacd792cb48c82d31ea77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:43:08 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.15.0 --- .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 5aaa974..9738245 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24.12.0 + node-version: 24.15.0 cache: 'yarn' - name: Set Timezone uses: MathRobin/timezone-action@v1.1