chore: Update Node.js version instructions in openclaw.mjs#39056
Closed
onstash wants to merge 1 commit intoopenclaw:mainfrom
Closed
chore: Update Node.js version instructions in openclaw.mjs#39056onstash wants to merge 1 commit intoopenclaw:mainfrom
onstash wants to merge 1 commit intoopenclaw:mainfrom
Conversation
This changeset uses MIN_NODE_VERSION from the module global scope (instead of the hardcoded "22" node version) in the error message before process.exit(1)
Contributor
Greptile SummaryThis PR replaces hardcoded
Confidence Score: 5/5
Last reviewed commit: 01bf6de |
steipete
added a commit
that referenced
this pull request
Mar 7, 2026
Land contributor change from #39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
Contributor
|
Landed #39056 on What we did:
SHA hashes:
Thanks @onstash for the contribution. |
vincentkoc
added a commit
that referenced
this pull request
Mar 7, 2026
* origin/main: (37 commits) chore: land #39056 Node version hint sync (thanks @onstash) fix(security): use icacls /sid for locale-independent Windows ACL audit (#38900) fix(ci): refresh detect-secrets baseline offsets fix(security): strip custom auth headers on cross-origin redirects fix(ci): harden diffs viewer request guard and secret scan baseline Secrets: harden SecretRef-safe models.json persistence (#38955) docs(changelog): credit allowlist scoping report refactor(commands): dedupe onboard search perplexity test setup refactor(commands): dedupe message command secret-config tests refactor(cli): dedupe restart health probe setup tests refactor(cron): dedupe interim retry fallback assertions refactor(commands): dedupe model probe target test fixtures refactor(discord): dedupe message preflight test runners refactor(discord): share message handler test scaffolding refactor(discord): dedupe native command ACP routing test setup refactor(slack): dedupe app mention in-flight race setup refactor(slack): reuse shared prepare test scaffolding refactor(plugin-sdk): extract shared channel prelude exports refactor(slack): dedupe app mention race test setup refactor(line): dedupe replay webhook test fixtures ... # Conflicts: # .secrets.baseline # apps/ios/fastlane/Fastfile # src/commands/message.test.ts
mcaxtr
pushed a commit
to mcaxtr/openclaw
that referenced
this pull request
Mar 7, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
vincentkoc
pushed a commit
to BryanTegomoh/openclaw-fork
that referenced
this pull request
Mar 8, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
openperf
pushed a commit
to openperf/moltbot
that referenced
this pull request
Mar 8, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
Saitop
pushed a commit
to NomiciAI/openclaw
that referenced
this pull request
Mar 8, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
GordonSH-oss
pushed a commit
to GordonSH-oss/openclaw
that referenced
this pull request
Mar 9, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
jenawant
pushed a commit
to jenawant/openclaw
that referenced
this pull request
Mar 10, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
4 tasks
dhoman
pushed a commit
to dhoman/chrono-claw
that referenced
this pull request
Mar 11, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
senw-developers
pushed a commit
to senw-developers/va-openclaw
that referenced
this pull request
Mar 17, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
V-Gutierrez
pushed a commit
to V-Gutierrez/openclaw-vendor
that referenced
this pull request
Mar 17, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]>
alexey-pelykh
pushed a commit
to remoteclaw/remoteclaw
that referenced
this pull request
Mar 21, 2026
Land contributor change from openclaw#39056 and append changelog credit for @onstash. Co-authored-by: Santosh Venkatraman <[email protected]> (cherry picked from commit c6472c1)
alexey-pelykh
added a commit
to remoteclaw/remoteclaw
that referenced
this pull request
Mar 21, 2026
…1747) Land contributor change from openclaw#39056 and append changelog credit for @onstash. (cherry picked from commit c6472c1) Co-authored-by: Peter Steinberger <[email protected]> Co-authored-by: Santosh Venkatraman <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Describe the problem and fix in 2–5 bullets:
Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
None
List user-visible changes (including defaults/config).
If none, write
None.Security Impact (required)
Yes/No)Yes/No)Yes/No)Yes/No)Yes/No)Yes, explain risk + mitigation:Repro + Verification
Environment
Steps
Expected
Actual
Evidence
Attach at least one:
Human Verification (required)
What you personally verified (not just CI), and how:
Compatibility / Migration
Yes/No)Yes/No)Yes/No)Failure Recovery (if this breaks)
Risks and Mitigations
List only real risks for this PR. Add/remove entries as needed. If none, write
None.