Fix CI test job naming to distinguish Node.js versions
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
169101a1bb
commit
66a4924a2a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
name: Run Tests
|
||||
name: Run Tests (Node ${{ matrix.node-version }})
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue