From c13733ae4c19968b64391f02654023fee8cde6d6 Mon Sep 17 00:00:00 2001 From: 5saviahv <49443574+5saviahv@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:54:09 +0300 Subject: [PATCH] update CI naming (#495) Co-authored-by: 5saviahv <5saviahv@users.noreply.github.com> --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c5061e..d39708e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: build: + name: Node ${{ matrix.node-version }} runs-on: ubuntu-latest strategy: @@ -14,7 +15,8 @@ jobs: node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x] steps: - - uses: actions/checkout@v4 + - name: Clone repository + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4