Skip to content

ci: restore Fly review deployments - #48

Closed
lewxdev wants to merge 1 commit into
mainfrom
codex/deps-ci
Closed

ci: restore Fly review deployments#48
lewxdev wants to merge 1 commit into
mainfrom
codex/deps-ci

Conversation

@lewxdev

@lewxdev lewxdev commented Aug 14, 2026

Copy link
Copy Markdown
Owner

status

closed as superseded by #50, which landed the equivalent Fly review-action fix on main.

original scope

  • switch the review workflow to superfly/fly-pr-review-apps@1.6.0
  • pass the explicit Fly application name so review URLs and app names stay aligned

@lewxdev

lewxdev commented Aug 14, 2026

Copy link
Copy Markdown
Owner Author

closing as superseded by #50, whose equivalent CI fix is already on main.

@lewxdev lewxdev closed this Aug 14, 2026
lewxdev added a commit that referenced this pull request Aug 14, 2026
Prompt:
adjust the stack, #48 is unnecessary that was already fixed, we can just pull the latest changes

Co-authored-by: Codex <codex@openai.com>
Prompt:
go ahead and fix everything here, but keep each area should be a single slice in a $gh-stack, you can make each area a subagent too

Co-authored-by: Codex <codex@openai.com>
@lewxdev lewxdev reopened this Aug 15, 2026
@lewxdev lewxdev closed this Aug 15, 2026
lewxdev added a commit that referenced this pull request Aug 15, 2026
* build: move runtime to Node.js 24

Prompt:
go ahead and fix everything here, but keep each area should be a single slice in a $gh-stack, you can make each area a subagent too

Co-authored-by: Codex <codex@openai.com>

* docs: require Node.js 24 locally

Prompt:
adjust the stack, #48 is unnecessary that was already fixed, we can just pull the latest changes

Co-authored-by: Codex <codex@openai.com>

* build: pin Node.js development versions

Prompt:

```json
{
  "name": "mmmines",
  "private": true,
  "engines": {
    "node": ">=24"
  },
  "scripts": {
```

please use `devEngines`, not `engines` they have different meanings, no?
and it should be exact, pinned to the precise version of `@types/node` that is currently available for node 24

Co-authored-by: Codex <codex@openai.com>

* build: rely on the devEngines failure default

Prompt:

```json
"devEngines": {
  "runtime": {
    "name": "node",
    "version": "24.18.0",
    "onFail": "error"
  }
}
```

onFail is not necessary here, it's default

Co-authored-by: Codex <codex@openai.com>

---------

Co-authored-by: Codex <codex@openai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant