·
2 commits
to main
since this release
chore: Upgrade GitHub Action runtime from Node 20 to Node 24 @goruha (#63)
## Summary - Update `action.yml` runtime from `node20` to `node24` - Bump `engines.node` in `package.json` from `>=20` to `>=24` - Rebuild `dist/index.js`Test plan
- Verify the action runs successfully in a workflow using Node 24
- Confirm no runtime errors from bundled dependencies
🤖 Generated with Claude Code
🤖 Automatic Updates
Replace Makefile with atmos.yaml @osterman (#60)
## what - Remove `Makefile` - Add `atmos.yaml`why
- Replace
build-harnesswithatmosfor readme genration
References
- DEV-3229 Migrate from build-harness to atmos