From b00fc31b3976a14043f313e46ac7d0b2f88baf83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:40:47 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 6 +++--- .nvmrc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 80a54799..0a637fde 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 22.22.0 + node-version: 24.13.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aa098148..1764560f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 22.22.0 + node-version: 24.13.1 - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.npm @@ -87,7 +87,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 22.22.0 + node-version: 24.13.1 - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.npm @@ -120,7 +120,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 22.22.0 + node-version: 24.13.1 - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.npm diff --git a/.nvmrc b/.nvmrc index 586e275e..32f8c50d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.20.0 +24.13.1