diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 45fe530d..e939cfc9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: node-version: 20 - name: Install dependencies - run: npm ci + run: npm i - name: Lint run: npm run lint