Skip to content

Commit

Permalink
Update versions in README examples to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Apr 24, 2021
1 parent a1ba6cf commit 646cdf4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -57,9 +57,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v1.2.1
- uses: pnpm/action-setup@v2.0.1
with:
version: 5.17.2
version: 6.0.2
```

### Install pnpm and a few npm packages
Expand All @@ -75,9 +75,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: pnpm/action-setup@v1.2.1
- uses: pnpm/action-setup@v2.0.1
with:
version: 5.17.2
version: 6.0.2
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down Expand Up @@ -108,9 +108,9 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
- uses: pnpm/action-setup@v1.2.1
- uses: pnpm/action-setup@v2.0.1
with:
version: 5.17.2
version: 6.0.2
run_install: true
```

Expand Down

0 comments on commit 646cdf4

Please sign in to comment.