From 707d8c991a8912961493694ff90c211c151f2faf Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Tue, 5 Aug 2025 00:30:39 +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 159b635f..284f810e 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