fix: run tests inside node:20-slim container #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/cicd_improvements"
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?
The host runner has no npm. Fixes this by running the full test pipeline inside a
node:20-slimcontainer — including the git clone — so there's no dependency on the host having Node installed.Also installs
git,python3,make, andg++in the container sincebetter-sqlite3(a transitive dependency) requires native compilation.The separate checkout step is removed since the clone now happens inside the container.
🤖 Generated with Claude Code