Skip to content

Commit

Permalink
Update comments above the pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
1 parent 76e8c27 commit 2aafb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ 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)
# - 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 2aafb8f

Please sign in to comment.