Skip to content

Commit 36b0821

Browse files
authored
docs: rename project to Setup Standalone pnpm (#42)
Signed-off-by: Alfi Maulana <[email protected]>
1 parent 74f7ef1 commit 36b0821

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Setup pnpm Action
1+
# Setup Standalone pnpm Action
22

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).
44

55
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)).
66

@@ -14,7 +14,7 @@ The following input parameters are available for this action:
1414

1515
## Example Usage
1616

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:
1818

1919
```yaml
2020
name: CI

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Setup pnpm Action
1+
name: Setup Standalone pnpm
22
author: Alfi Maulana
3-
description: Set up pnpm with a specified version
3+
description: Set up standalone pnpm with a specified version
44
branding:
55
icon: chevrons-right
66
color: black

0 commit comments

Comments
 (0)