From 66298d94702e9a2ac1f04c72b84cde703d7e7fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Fern=C3=A1ndez?= Date: Wed, 13 Nov 2024 13:15:48 +0700 Subject: [PATCH] chore(ci): Rename matrix job --- .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 46713e3..6105407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - 21.x - 22.x - name: Test and Build ( ${{ matrix.os.name }}, Node.js v${{ matrix.node-version }} ) + name: Test and Build, ${{ matrix.os.name }}, Node.js v${{ matrix.node-version }} runs-on: ${{ matrix.os.image }} needs: Lint