From c9788160c97437b1f872502e27072928784d2288 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:02:39 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 5594f62..828f92e 100644 --- a/README.md +++ b/README.md @@ -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).