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

npm and node upgrade #14

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

npm and node upgrade #14

wants to merge 5 commits into from

Conversation

1Maria
Copy link

@1Maria 1Maria commented Dec 7, 2016

Upgraded npm to version 3.10.9 and node to version 6.9.2

@shawnzhu
Copy link
Owner

shawnzhu commented Dec 7, 2016

worth to mention it fixes #10

end

describe command('npm -v') do
its(:stdout) { should match /2\.\d{1,2}\.\d{1,2}/ }
its(:stdout) { should match /3\.\10\.\9/ }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to change the minor and patch version number matching if you just want to verify if the npm is v3.x.x

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.

2 participants