Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 350 Bytes

Workstation Setup

Jenkins server compatible Node version

The latest node version available for Enterprise Linux 7 on our Jenkins build servers is v6.17.1 Matching this version on our dev machines should help us catch build issues earlier in our pipeline; to do so follow these steps:

brew install node
npm install -g n
sudo n 6.17.1