mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-08 20:58:06 -05:00
## Why is this change needed? Cleans up how we define our various build targets. ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the CI configuration in the `.github/workflows/ci.yml` file to support a matrix strategy for different architectures and Node.js versions. ### Detailed summary - Changed `arch` from individual entries to a list: `['arm64', 'x64']`. - Updated `node_version` to support multiple versions: `[22, 24]`. - Adjusted `runs-on` to dynamically use `matrix.arch`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->