Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nvm for linux #582

Merged
merged 36 commits into from
Apr 3, 2020
Merged

Conversation

dmitry-shibanov
Copy link
Contributor

@dmitry-shibanov dmitry-shibanov commented Mar 19, 2020

  • Add nvm to ubuntu

Initial issue: #4

Dmitry Shibanov added 2 commits March 19, 2020 17:35
@maxim-lobanov
Copy link
Contributor

Could you please update title to reflect OS where you install NVM?
Could you please update description with the list of changes and mention initial issue?

@dmitry-shibanov dmitry-shibanov changed the title Add nvm Add nvm for linux Mar 20, 2020
@dmitry-shibanov dmitry-shibanov marked this pull request as ready for review March 25, 2020 11:54
@maxim-lobanov
Copy link
Contributor

/azp run ubuntu1604, ubuntu1804

@azure-pipelines
Copy link

Commenter does not have sufficient privileges for PR 582 in repo actions/virtual-environments

@alepauly alepauly merged commit 712cbbe into actions:master Apr 3, 2020
@boredland
Copy link

Hi! How is this supposed to work? I tried this with this miniature workflow and it didn't:

name: nvm
on:
  push:
jobs:
  nvm:
    runs-on: ubuntu-latest
    steps:
      - name: try out nvm
        run: nvm install

@al-cheb
Copy link
Contributor

al-cheb commented Apr 22, 2020

@boredland , please don't forget shell params:
shell: bash -l {0}

-l Make bash act as if it had been invoked as a login shell (see INVOCATION below).
--login
files ~/.bash_profile, ~/.bash_login, or ~/.profile. By default, bash reads these files when it is
invoked as a login shell (see INVOCATION below).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants