You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Setup pnpm Action
1
+
# Setup Standalone pnpm Action
2
2
3
-
Set up [pnpm](https://pnpm.io/) with a specified version in [GitHub Actions](https://github.com/features/actions).
3
+
Set up standalone [pnpm](https://pnpm.io/) with a specified version in [GitHub Actions](https://github.com/features/actions).
4
4
5
5
This action installs the standalone version of pnpm from the [GitHub releases](https://github.com/pnpm/pnpm/releases) page, allowing pnpm to be used as both a package manager and a Node.js version manager (see [pnpm env](https://pnpm.io/cli/env)).
6
6
@@ -14,7 +14,7 @@ The following input parameters are available for this action:
14
14
15
15
## Example Usage
16
16
17
-
Here's a basic example of how to use this action to set up the latest version of pnpm in a GitHub Actions workflow:
17
+
Here's a basic example of how to use this action to set up the latest version of standalone pnpm in a GitHub Actions workflow:
0 commit comments