mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 10:40:10 +08: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
@ -25,7 +25,7 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
env:
|
env:
|
||||||
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
run: bun install
|
run: bun install --frozen-lockfile
|
||||||
```
|
```
|
||||||
|
|
||||||
### Node.js not needed
|
### Node.js not needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user