Skip to content

Commit ce0a24a

Browse files
committed
Updates the expected version of Node
The current LTS release is 6.9.1, so let's updated the guide to be less confusing.
1 parent 568652b commit ce0a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/windows.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ step "Install Node.js" do
9494
message "Once your computer is back up, load **Command Prompt with Ruby and Rails** and..."
9595

9696
console "node -v"
97-
fuzzy_result "v4{FUZZY}.x.x{/FUZZY}"
97+
fuzzy_result "v6{FUZZY}.x.x{/FUZZY}"
9898
end
9999

100100
step "Update Rails" do

0 commit comments

Comments
 (0)