diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe1bb3f..c0f7ae2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: cache: 'npm' - name: Install - run: npm install + run: npm ci - name: Lint, format and type check run: npm run verify