fix: add build tools to CI install step for better-sqlite3 native bindings #366

Merged
jason.woltje merged 1 commits from fix/storage-sqlite-ci into main 2026-04-03 13:41:05 +00:00

View File

@@ -15,6 +15,7 @@ steps:
image: *node_image
commands:
- corepack enable
- apk add --no-cache python3 make g++
- pnpm install --frozen-lockfile
typecheck: