From 1c39c59b03aa111c284dc95963f7592d4e7673a5 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Wed, 24 Jun 2026 13:35:41 -0700 Subject: [PATCH] ci(check-models): run on Node 24 Bump the check-models workflow's setup-node from 20 to 24. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/check-models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-models.yml b/.github/workflows/check-models.yml index 4bc50f8..e8b1d97 100644 --- a/.github/workflows/check-models.yml +++ b/.github/workflows/check-models.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: - node-version: 20 + node-version: 24 - name: Scan touched files for outdated models id: scan