Skip to content

Commit

Permalink
docs: add --frozen-lockfile to README (#52)
Browse files Browse the repository at this point in the history
Many folks will copy/paste the sample code from the README directly. In CI, most people will want to enforce a frozen lockfile.
  • Loading branch information
blimmer authored Feb 2, 2024
1 parent 40646b1 commit 8642d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8642d99

Please sign in to comment.