mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
docs: add --frozen-lockfile to README (#52)
Many folks will copy/paste the sample code from the README directly. In CI, most people will want to enforce a frozen lockfile.
This commit is contained in:
parent
40646b1808
commit
8642d99a51
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
|
|||
- name: Install Dependencies
|
||||
env:
|
||||
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: bun install
|
||||
run: bun install --frozen-lockfile
|
||||
```
|
||||
|
||||
### Node.js not needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue