From 66a4924a2a106ce4a1336f7b4316e325a3184a92 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 7 Jul 2025 21:46:02 -0400 Subject: [PATCH] Fix CI test job naming to distinguish Node.js versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Node.js version to test job name to clearly show which version is running - Changes "Run Tests" to "Run Tests (Node 18)" and "Run Tests (Node 20)" - Keeps matrix strategy for cross-version compatibility testing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 7507cfa..379d740 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: test: runs-on: self-hosted - name: Run Tests + name: Run Tests (Node ${{ matrix.node-version }}) strategy: matrix: