This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
packages/composer-website/jekylldocs Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
55# You may obtain a copy of the License at
6- #
6+ #
77# http://www.apache.org/licenses/LICENSE-2.0
88#
99# Unless required by applicable law or agreed to in writing, software
2424set -e
2525
2626# Array of supported versions
27- declare -a versions=(' trusty' ' xenial' ' yakkety' );
27+ declare -a versions=(' trusty' ' xenial' ' yakkety' , ' bionic ' );
2828
2929# check the version and extract codename of ubuntu if release codename not provided by user
3030if [ -z " $1 " ]; then
@@ -67,15 +67,8 @@ export NVM_DIR="${HOME}/.nvm"
6767
6868# Install node
6969echo " # Installing nodeJS"
70- nvm install --lts
71-
72- # Configure nvm to use version 6.9.5
73- nvm use --lts
74- nvm alias default ' lts/*'
75-
76- # Install the latest version of npm
77- echo " # Installing npm"
78- npm install npm@latest -g
70+ nvm install 8
71+ nvm use 8
7972
8073# Ensure that CA certificates are installed
8174sudo apt-get -y install apt-transport-https ca-certificates
You can’t perform that action at this time.
0 commit comments