Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add pnpm to actions/setup-node note
  • Loading branch information
jacobwgillespie committed Jul 20, 2021
commit 6d99f0fef2dfde1f01dcf5df9a1aff3d078fc904
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To cache dependencies for a job, you'll need to use {% data variables.product.pr

If you are caching Ruby gems, instead consider using the Ruby maintained action, which can cache bundle installs on initiation. For more information, see [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby#caching-bundle-install-automatically).

To cache and restore dependencies for npm or Yarn, you can use the [`actions/setup-node` action](https://github.com/actions/setup-node).
To cache and restore dependencies for npm, Yarn, or pnpm, you can use the [`actions/setup-node` action](https://github.com/actions/setup-node).

{% warning %}

Expand Down