Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
qmd
/
.github
/
workflows
下载当前目录
T
Tobi Lütke
Use npm trusted publishing
96ab7787
创建于
4 天前
历史提交
文件
最后提交记录
最后更新时间
ci.yml
sync stale bun.lock, guard against future lockfile drift bun.lock still resolved better-sqlite3 to 11.x after package.json was bumped to ^12.4.5 in v2.0.0. This breaks sandboxed builds (e.g. Nix with bun2nix) where network access is unavailable to resolve the mismatch. CI and the publish workflow now use --frozen-lockfile so drift is caught immediately. The release script also validates lockfile consistency before tagging. Closes #386
2 个月前
nix.yml
Test nix flake builds in CI (#487) * Test nix flake builds in CI * Update outdated bun.lock file * fix: restore toLowerCase() in handelize and update tests * Fix flake to use proper FODs --------- Co-authored-by: Tobias Lütke <tobi@shopify.com>
1 个月前
publish.yml
Use npm trusted publishing
4 天前