We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67d379 commit 94af2d4Copy full SHA for 94af2d4
1 file changed
node.php
@@ -12,7 +12,7 @@
12
13
define("ADMIN_MODE", false); //set to true to allow unsafe operations, set back to false when finished
14
15
-define("NODE_VER", "v5.7.0");
+define("NODE_VER", "v9.1.0");
16
17
define("NODE_ARCH", "x" . substr(php_uname("m"), -2)); //x86 or x64
18
0 commit comments