fix: add build tools to CI install step for better-sqlite3 native bindings #366
Reference in New Issue
Block a user
Delete Branch "fix/storage-sqlite-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- add Alpine build tools before pnpm install in CI\n- allow better-sqlite3 native bindings to compile in node:22-alpine\n\n## Verification\n- confirmed only .woodpecker/ci.yml changed\n- confirmed install step now adds python3, make, and g++ before pnpm install