From 103a2af8662a0489c22c959e0b12ce258e123dc6 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:04:53 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bf7ca..02b78b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: matrix: node: [ '18', '20', '22' ] timeout-minutes: 15 + name: Node ${{ matrix.node }} steps: - name: Checkout repository uses: actions/checkout@v4