Skip to content

Commit

Permalink
feat: updating nodejs to 8.4.0 (using nodejs-current instead of nodejs).
Browse files Browse the repository at this point in the history
  • Loading branch information
davdiv committed Sep 12, 2017
1 parent 3b12833 commit 2504df1
Show file tree
Hide file tree
Showing 3 changed files with 2,387 additions and 834 deletions.
2 changes: 1 addition & 1 deletion download.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const downloadNodeJS = async function () {
input:'x86_64',
output: 'x86_64'
}
], 'nodejs', destFolder, {
], 'nodejs-current', destFolder, {
strip: 4,
filter: (file) => {
let res = true;
Expand Down
Loading

0 comments on commit 2504df1

Please sign in to comment.