Loading renovate-node-lts/install-latest-lts-node.sh +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ LTS_NODE_VERSION=$(nvm list-remote | grep 'Latest LTS' | tail -n1 | awk '{print nvm install $LTS_NODE_VERSION ln -sf /nvm/versions/node/$LTS_NODE_VERSION/bin/node /usr/local/bin/node ln -sf /nvm/versions/node/$LTS_NODE_VERSION/bin/npm /usr/local/bin/npm cd /opt/buildpack/tools/renovate/* find / -name renovate cd /opt/containerbase/tools/renovate/* rm -rf node_modules npm install echo "legacy-peer-deps = true" >> /home/ubuntu/.npmrc Loading
renovate-node-lts/install-latest-lts-node.sh +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ LTS_NODE_VERSION=$(nvm list-remote | grep 'Latest LTS' | tail -n1 | awk '{print nvm install $LTS_NODE_VERSION ln -sf /nvm/versions/node/$LTS_NODE_VERSION/bin/node /usr/local/bin/node ln -sf /nvm/versions/node/$LTS_NODE_VERSION/bin/npm /usr/local/bin/npm cd /opt/buildpack/tools/renovate/* find / -name renovate cd /opt/containerbase/tools/renovate/* rm -rf node_modules npm install echo "legacy-peer-deps = true" >> /home/ubuntu/.npmrc