From a4c44c2b506c52306b63bcda82246ebd6c0f38e7 Mon Sep 17 00:00:00 2001 From: Mystic <215104920@qq.com> Date: Wed, 28 Aug 2024 17:35:50 +0800 Subject: [PATCH] ci: rename the job name --- .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 6a27f01..38e1aaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: build-and-test: - name: Node.js-${{ matrix.node }} on ${{ matrix.os }} + name: Tests on ${{ matrix.os }} with NodeJS-22 strategy: matrix: