You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add script to use node 18.20 for e2e tests (#937)
* add 18.20 node installation to build_windows
* remove extra empty line
* add 18.20 node installation to buildLinux
* setup node version in _setupGen2E2ETestsLinux
* update setupNode in _setupGen2E2ETests
* remove redundant code
* add refreshenv
* refresh env in powerShell
* refresh env var in linux
* update refresh env var
* change node setup location
* try cmd //c refreshenv
* manually update PATH
* add more debug statements
* use shell: true to properly execute the .cmd file on Windows
* remove debug statements
* refresh env var using export PATH=$PATH, remove manual update
* remove comment
* update the comment doc for getAmpxPath, scope down the shell option to windows only
* setup node version for _buildLinux and _buildWindows
* fix typo
* not setup node version for _buildLinux and _buildWindows for now
* set up node version for build linux and build windows again
* typo
0 commit comments