From 5066fc5c1093d3c82b83303b01cafaf5a09d0a4b Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 19 Jun 2025 21:49:05 +0200 Subject: [PATCH] chore(deps): bump to nodejs 24.2.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 ed329f8b..4faec2bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: node-version: - 22.16.0 - - 24.1.0 + - 24.2.0 steps: - name: checkout uses: actions/checkout@v4.2.2