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
We want to swith to Node.js 8 before support for version 6 ends. This will also allow use to use npm ci.
Suggested solution
Bump Node.js version to 8.14.0 in .nvmrc; modify Jenkinsfile to use nvm blocks (using Node.js version from .nvmrc) and replace npm install with npm ci.
The text was updated successfully, but these errors were encountered:
Description of the problem
We want to swith to Node.js 8 before support for version 6 ends. This will also allow use to use
npm ci
.Suggested solution
Bump Node.js version to
8.14.0
in.nvmrc
; modifyJenkinsfile
to usenvm
blocks (using Node.js version from.nvmrc
) and replacenpm install
withnpm ci
.The text was updated successfully, but these errors were encountered: