-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github actions): fix the name of steps for enable Corepack to be m…
…ore understandable The step name "Setup Corepack" indicates that it is setting up Corepack. However, this step name does not clearly indicate that pnpm will be available automatically. Contributors who are not familiar with Node.js will not be able to grasp what is possible by enabling Corepack. So we fix the step names and clarify what we are enabling Corepack for.
- Loading branch information
1 parent
dac033c
commit f1cdfd5
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters