Skip to content

Commit 646cdf4

Browse files
committed
Update versions in README examples to the latest
1 parent a1ba6cf commit 646cdf4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
runs-on: ubuntu-latest
5858

5959
steps:
60-
- uses: pnpm/action-setup@v1.2.1
60+
- uses: pnpm/action-setup@v2.0.1
6161
with:
62-
version: 5.17.2
62+
version: 6.0.2
6363
```
6464
6565
### Install pnpm and a few npm packages
@@ -75,9 +75,9 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v2
7777

78-
- uses: pnpm/action-setup@v1.2.1
78+
- uses: pnpm/action-setup@v2.0.1
7979
with:
80-
version: 5.17.2
80+
version: 6.0.2
8181
run_install: |
8282
- recursive: true
8383
args: [--frozen-lockfile, --strict-peer-dependencies]
@@ -108,9 +108,9 @@ jobs:
108108
restore-keys: |
109109
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
110110
111-
- uses: pnpm/action-setup@v1.2.1
111+
- uses: pnpm/action-setup@v2.0.1
112112
with:
113-
version: 5.17.2
113+
version: 6.0.2
114114
run_install: true
115115
```
116116

0 commit comments

Comments
 (0)