Skip to content

Update Node.js to 10.x by default and Yarn to 1.12

  • Update Node.js 10.x for macOS' Homebrew and macports and for Windows WSL
  • Update Node.js 10.x in Dockerfile (where Yarn 1.12.3 is pre-installed in the official image)
  • Update Node.js to 10.x in Vagrantfile (where Yarn latest (1.13.0 at the moment) is always used)
  • Replace Node/NodeJS with Node.js properly

See gitlab-org/gitlab-ce!22979 for the upstream update.

Closes #446 (closed)

Merge request reports