From 3289233a8fdaa378bbac2c84ef1d1738c6c297a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 05:07:07 +0000 Subject: [PATCH] chore(deps): update node.js --- .github/workflows/sonarcloud.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a98faf2..47e7dfb 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: '24.15' + node-version: '24.16' cache: "npm" - name: npm install, lint, and test run: | diff --git a/.nvmrc b/.nvmrc index 5bf4400..b832e40 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.15.0 +24.16.0