diff --git a/README.md b/README.md index 118e7072..5f438751 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Run ESLint on either all files or selectively run ESLint on only changed files i node-version: 20.x - name: Install dependencies - run: npm ci # OR: yarn + run: npm ci # OR: yarn install --frozen-lockfile - name: Run eslint on changed files uses: tj-actions/eslint-changed-files@v24