Skip to content

Commit 79a463d

Browse files
authored
chore: Remove node 20 from CI (#2419)
## Why is this change needed? Remove node 20 ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [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) - [x] 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 updates the `ci.yml` workflow configuration for the GitHub Actions CI pipeline, specifically adjusting the `node_version` and `runs_on` parameters for different runner environments. ### Detailed summary - Added `node_version: 20` to the `matrix.include`. - Changed `runs_on` for the first configuration to `['runs-on=${{ github.run_id }}', 'runner=4cpu-linux-x64']`. - Updated `runs_on` for the second configuration to `['runs-on=${{ github.run_id }}', 'runner=4cpu-linux-arm64']`. - Retained `node_version: 22.4.1` with a comment regarding an issue with `node 22.7.0`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 3ae1c71 commit 79a463d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
strategy:
5959
matrix:
6060
include:
61-
- node_version: 20
62-
runs_on: ['runs-on=${{ github.run_id }}', 'runner=4cpu-linux-x64']
6361
- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
6462
runs_on: ['runs-on=${{ github.run_id }}', 'runner=4cpu-linux-arm64']
6563
- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0

0 commit comments

Comments
 (0)