[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- January 23, 2026#3644
[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- January 23, 2026#3644fern-api[bot] wants to merge 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dde77f9b4b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| # Needed for codegen integration tests (test_zero_diff_transforms) - name: Set up Node.js | ||
| uses: actions/setup-node@v3 | ||
| with: |
There was a problem hiding this comment.
Restore Node.js step so workflow YAML is valid
Because the comment and - name: Set up Node.js are on the same line, the list item is commented out and the following uses:/with: lines are parsed as extra keys on the previous Install dependencies step. GitHub Actions rejects steps that have both run and uses, so this workflow will fail to load in CI. This happens whenever the test job runs because the YAML structure is invalid.
Useful? React with 👍 / 👎.
This PR regenerates code to match the latest API Definition.