From e6a82561533675d4af7ac03806448fa91bcdd59c Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Mon, 4 Aug 2025 23:27:54 +0100 Subject: [PATCH] chore(deps): bump to nodejs 24.5.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4df782e..5b6c6aa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - windows-latest node-version: - 22.18.0 - - 24.4.1 + - 24.5.0 steps: - name: checkout uses: actions/checkout@v4.2.2