chore: update node-version-file in push-eas-update.yml#26844
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Since no application code or test infrastructure is affected, no E2E tests are required to validate this change. Performance Test Selection: |
|



Description
We changed node-version-file from 20 to '.nvmrc' in setup-node-modules.yml (here) so we need to do the same in push-eas-update.yml.
testing workflow: https://github.com/MetaMask/metamask-mobile/actions/runs/22603948995
Changelog
CHANGELOG entry:null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk: CI-only change that just aligns Node setup with
.nvmrc, though it could affect workflow runs if the file is missing or incompatible.Overview
Updates the
push-eas-update.ymlGitHub Actions workflow to source the Node.js version fromnode-version-file: '.nvmrc'instead of hardcoding Node20.This is applied to both the fingerprint comparison job and the EAS update publish job, keeping CI Node version consistent with the repo’s configured version.
Written by Cursor Bugbot for commit 348449d. This will update automatically on new commits. Configure here.