From 1b5c29e7433be9f81249f4f897a502a48b19463c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 07:43:44 +0000 Subject: [PATCH] Update Node.js to v24.15.0 --- .github/workflows/lint.yml | 2 +- .mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5d6032b..cc8f010 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '24' + node-version: '24.15.0' cache: 'npm' - name: Install Task diff --git a/.mise.toml b/.mise.toml index e9ed91d..faf1bd7 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,4 +1,4 @@ [tools] -node = "24" +node = "24.15.0" task = "latest"