diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b74b3afc..4329f25c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - version: 14.x + node-version: 14.x - name: Install dependencies run: yarn