From e8e5f8d4aa5e06a437055f5ccccaaad115e3237e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:39:33 +0000 Subject: [PATCH] Update dependency node to v24 | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 22.21.1 | 24.11.1 | --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef510e2e..3ac5d79b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: npm - name: Get Composer Cache Directory