diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04ea38e025..e68bdfd724b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: node-version: 'lts/*' - name: Install dependencies - run: npm install --ignore-scripts --inlcude=dev + run: npm install --ignore-scripts --include=dev - name: Run lint run: npm run lint