From 7243b5b8ad62900ebeaf3df0fbd55b0f9410af0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:04:08 +0000 Subject: [PATCH] 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 e8f7b3d..489aabc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.14.1 + node-version: 24.15.0 - run: yarn install --frozen-lockfile - run: yarn run build