diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ffb291c6b696f6c43928aacc620bb30bc17cd219..73c2adf33f262aa5e8363a1ab42b4828002fe3e0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
     - name: Use Node.js 10.x
       uses: actions/setup-node@v1
       with:
-        version: 10.x
+        node-version: 10.x
 
     - name: npm install, build, and test
       run: |