From cbc50eeb8d67a00d003a5dfdb29c83c2a77e32f9 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Wed, 15 Oct 2025 21:43:37 +0100 Subject: [PATCH] chore(deps): bump to nodejs 24.9.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 b9037e93..c64c903b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: node-version: - 22.20.0 - - 24.9.0 + - 24.10.0 steps: - name: checkout uses: actions/checkout@v5.0.0