From 54e6362e740cc869bdffba2fc61e5d8e18ea5a44 Mon Sep 17 00:00:00 2001 From: Juul Mobile Bot Date: Thu, 16 Jul 2026 09:49:01 +0000 Subject: [PATCH] Update dependency node to v24 --- .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 4b637c24..6f592d19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,5 +39,5 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - run: make js-clean js