From 177876ffc161bd93447e91632f88d48db29c1e72 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Fri, 11 Oct 2019 11:55:44 +0900 Subject: [PATCH] Chore: update version parameter 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 0667729f801..0e7d5181ce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - version: ${{ matrix.node }} + node-version: ${{ matrix.node }} - name: Install Packages run: npm install - name: Test