upgrading to node.js 8 (#306)
This commit is contained in:
parent
71fe612ced
commit
e2eb5f35af
@ -4,7 +4,7 @@
|
|||||||
export NVM_DIR="/home/dotnet-bot/.nvm"
|
export NVM_DIR="/home/dotnet-bot/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||||
|
|
||||||
nvm install 5
|
nvm install 8
|
||||||
|
|
||||||
# Set up build environment variables
|
# Set up build environment variables
|
||||||
echo ---------- Setting build environment variables
|
echo ---------- Setting build environment variables
|
||||||
|
@ -44,8 +44,8 @@
|
|||||||
"webfonts-generator": "^0.4.0"
|
"webfonts-generator": "^0.4.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "0.17.13",
|
"pxt-common-packages": "0.18.1",
|
||||||
"pxt-core": "3.2.1"
|
"pxt-core": "3.3.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
||||||
|
Loading…
Reference in New Issue
Block a user