Skip to content

Commit

Permalink
bumped node version to v10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theeomm committed Jul 5, 2018
1 parent 94af2d4 commit 6c2aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

define("ADMIN_MODE", false); //set to true to allow unsafe operations, set back to false when finished

define("NODE_VER", "v9.1.0");
define("NODE_VER", "v10.6.0");

define("NODE_ARCH", "x" . substr(php_uname("m"), -2)); //x86 or x64

Expand Down

0 comments on commit 6c2aaa4

Please sign in to comment.