diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ee720fa..be6c62d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,6 +16,6 @@ jobs: with: node-version: 'latest' - name: install dependencies - run: npm install + run: npm ci - name: run tests - run: npm test \ No newline at end of file + run: npm test