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:
Ben Limmer 2024-02-01 18:30:42 -07:00 committed by GitHub
parent 40646b1808
commit 8642d99a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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