diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce6314c5..1913eed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '14.x' - - run: npm i + - run: npm ci - run: npm run lint - run: npm run test