浏览代码

node version

Bob Mottram 7 年前
父节点
当前提交
6049101caa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-nodejs

+ 1
- 1
src/freedombone-utils-nodejs 查看文件

33
 
33
 
34
 # change these versions at your peril. Things will often crash if you don't
34
 # change these versions at your peril. Things will often crash if you don't
35
 # have specifically the correct versions
35
 # have specifically the correct versions
36
-NODEJS_VERSION='8.11.1'
36
+NODEJS_VERSION='8.11.2'
37
 NODEJS_N_VERSION='2.1.7'
37
 NODEJS_N_VERSION='2.1.7'
38
 NPM_VERSION='5.8.0'
38
 NPM_VERSION='5.8.0'
39
 
39