Skip to content

Commit 8642d99

Browse files
authored
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.
1 parent 40646b1 commit 8642d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
2525
- name: Install Dependencies
2626
env:
2727
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
run: bun install
28+
run: bun install --frozen-lockfile
2929
```
3030

3131
### Node.js not needed

0 commit comments

Comments
 (0)