From e91849e04baa5ffed88a049c755fa0d9cc437a71 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Mon, 4 Aug 2025 23:27:36 +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 9a73cd71..dfa3ef6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: node-version: - 22.18.0 - - 24.4.1 + - 24.5.0 steps: - name: checkout uses: actions/checkout@v4.2.2