Skip to content

Commit

Permalink
Update comments for pnpm/action-setup (#9)
Browse files Browse the repository at this point in the history
* Update comments above the pnpm action

* Update action.yml
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
1 parent 76e8c27 commit 9a4115b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ runs:
echo "version=$__resolved_version__" >> $GITHUB_OUTPUT
# The pnpm action:
# - no support for volta
# - no support for cache
# - no support for volta
# (or other places the pnpm version can be specified, such as package.json)
# - no support for cache
# (that's provided by setup-node)
- name: 'Install pnpm'
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 9a4115b

Please sign in to comment.