diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffb291c..73c2adf 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: |