Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
1 parent 2aafb8f commit 29c8a57
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 (or other places the pnpm version can be specified)
# - no support for cache (that's provided by setup-node)
# - 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 29c8a57

Please sign in to comment.