Skip to content

Commit

Permalink
Merge pull request #66 from mrienstra/patch-1
Browse files Browse the repository at this point in the history
docs: drop minor & patch version from examples
  • Loading branch information
KSXGitHub committed Nov 2, 2022
2 parents 1bd00a2 + 7208fa2 commit 0609f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
```
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
run_install: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
Expand Down

0 comments on commit 0609f09

Please sign in to comment.