From 6c0164e61f4cf8c729f23c5fe5a5d6137199859b Mon Sep 17 00:00:00 2001 From: davronkhandamov Date: Wed, 28 Feb 2024 16:09:35 +0500 Subject: [PATCH] update cd.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac2c3a8..a4b4d56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: node-version: [18, 20] - name: Node${{ matrix.node-version }} + name: Node ${{ matrix.node-version }} steps: - name: Checkout code uses: actions/checkout@v3