DEVREL-885 oft-solana: update node version - #1847
Conversation
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
DanL0
left a comment
There was a problem hiding this comment.
fixes a long standing issue, I am on node v20 locally for long time
🚨 E2E Tests FailedThe E2E tests failed during CI. These tests validate real blockchain interactions and may fail due to:
This is non-blocking and does not prevent merging. Check the action logs above for detailed failure information. |
|
@St0rmBr3w changeset pushed |
Problem
Running any of the hardhat scripts while on node v18 would lead to
Change
Notes
EDIT: below is no longer relevant
When changing only the relevant node versions (.nvmrc, package.json engines..node) under examples/oft-solana, CI run failed: https://github.com/LayerZero-Labs/devtools/actions/runs/19719352708/job/56498667765?pr=1847
The error results from node-gyp being located in a non-executable path, which prevents node-gyp from being executed during native rebuilds.
EDIT: after updating the base branch, the above CI error no longer occurs.