diff --git a/.github/workflows/test-js.yml b/.github/workflows/test-js.yml index efec9a30..f897c3f0 100644 --- a/.github/workflows/test-js.yml +++ b/.github/workflows/test-js.yml @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-node- - name: Install - run: npm install + run: npm ci - name: Prettier check run: npm run prettier:check