Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Sep 12, 2023
1 parent e30bde4 commit c978816
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,6 @@ Passes through any args directly to `pnpm install`.
args: '--ignore-scripts --fix-lockfile'
```

### `no-lockfile`

Boolean flag useful for tossing out the lockfile for testing if in-range floating dependency changes have accidentally broken things.

```yaml
- uses: wyvox/action-setup-pnpm@v2
with:
no-lockfile: true
```

## Why?

[`pnpm/action-setup`](https://github.com/pnpm/action-setup/) can install dependencies on its own, but then no cache is used from [`actions/setup-node`](https://github.com/actions/setup-node).
Expand Down

0 comments on commit c978816

Please sign in to comment.