File SystemPackage ManagerConfigure git to diff Bun's lockb lockfileBun v1.1.39 introduced bun.lock , a JSONC formatted lockfile. bun.lock is human-readable and git-diffable without configuration, at no cost to performance. InCopy MarkdownOpenMigrate from npm install to bun installbun install is a fast, Node.js-compatible npm client.Install dependencies with Bun in GitHub ActionsUse the official setup-bun GitHub Action to install bun in your GitHub Actions runner.