diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d3b5f..898ebd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Code Checkout uses: actions/checkout@v2 - name: Install Dependencies - run: npm ci + run: npm i - name: Lint Code run: npm run lint - name: Format Code