Skip to content

Commit

Permalink
docs(README): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 8, 2024
1 parent 1ee9c9d commit a3252b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
```
Expand All @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
Expand Down

0 comments on commit a3252b7

Please sign in to comment.