Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 27, 2024
1 parent 116a0c6 commit aaf0535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaf0535

Please sign in to comment.