From c72ec0724bb1a4836766356bedc6788004a7d65f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:35:25 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/copilot-setup-steps.yml | 2 +- .node-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index aa4645c..fc4783d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: '22' + node-version: '24' cache: npm - run: npm ci # Optional validations: diff --git a/.node-version b/.node-version index 85e5027..32f8c50 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.22.0 +24.13.1