Skip to content

Commit 3852509

Browse files
authored
README.md: bring versions up-to-date (#222)
1 parent 6e7bdbd commit 3852509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Version of pnpm to install.
1414

1515
**Optional** when there is a [`packageManager` field in the `package.json`](https://nodejs.org/api/corepack.html).
1616

17-
otherwise, this field is **required** It supports npm versioning scheme, it could be an exact version (such as `6.24.1`), or a version range (such as `6`, `6.x.x`, `6.24.x`, `^6.24.1`, `*`, etc.), or `latest`.
17+
otherwise, this field is **required** It supports npm versioning scheme, it could be an exact version (such as `10.9.8`), or a version range (such as `10`, `10.x.x`, `10.9.x`, `^10.9.8`, `*`, etc.), or `latest`.
1818

1919
### `dest`
2020

@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
122122
steps:
123-
- uses: actions/checkout@v4
123+
- uses: actions/checkout@v6
124124
125125
- uses: pnpm/action-setup@v5
126126
with:
@@ -144,7 +144,7 @@ jobs:
144144
145145
steps:
146146
- name: Checkout
147-
uses: actions/checkout@v4
147+
uses: actions/checkout@v6
148148
149149
- uses: pnpm/action-setup@v5
150150
name: Install pnpm

0 commit comments

Comments
 (0)