Skip to content

Commit

Permalink
chore: Update README.md to improve usage instructions
Browse files Browse the repository at this point in the history
* Add a comment to the `version` field in the pnpm setup example to delete the line if `packageManager` is defined in `package.json`
  • Loading branch information
brenoepics committed Oct 10, 2024
1 parent 43b7ed8 commit fff0472
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 @@ -61,7 +61,7 @@ jobs:
name: Install pnpm
with:
run_install: false
version: 'latest'
version: 'latest' # delete this line if you have packageManager defined in package.json

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit fff0472

Please sign in to comment.