From f21cd79d5a31ca6ea525443059a3f0b2efc1fbe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:35:05 +0000 Subject: [PATCH] Update dependency node to v24.16.0 | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 24.15.0 | 24.16.0 | --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 2440b1ef..b59299f1 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: make prod-setup