fix(ci): read Node version from .nvmrc in impact/visual workflows#8431
Conversation
These jobs already check out the repo, so hardcoding 22.23.1 drifts from .nvmrc unlike every other setup-node workflow (JSONbored#8393). Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8431 +/- ##
==========================================
+ Coverage 92.50% 92.52% +0.01%
==========================================
Files 791 791
Lines 79333 79348 +15
Branches 23960 23970 +10
==========================================
+ Hits 73386 73413 +27
+ Misses 4807 4798 -9
+ Partials 1140 1137 -3
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-24 15:00:42 UTC
Review summary Nits — 3 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionPartially addressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Summary
gittensor-impact.ymlandvisual-capture-fallback.ymlfrom hardcodednode-version: 22.23.1tonode-version-file: .nvmrc.ui-preview-deploy.ymlhardcoded — that job intentionally has no checkout, so there is no.nvmrcon the runner.Fixes #8393
Test plan
setup-nodeMade with Cursor