From f185df6f2cfe10d7f8fb0940927138bce6b785d6 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 18 Oct 2024 06:49:38 +0900 Subject: [PATCH] Should be a list --- .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 3fb056b7..fab411ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: 14.x + node-version: [14.x] steps: - name: Checkout uses: actions/checkout@v1