chore: use node v12 in Travis CI builds

This commit is contained in:
Sefa Ilkimen
2020-10-19 04:32:01 +02:00
parent 25a0a9a7ae
commit 9b995724f4
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -18,7 +18,8 @@ matrix:
osx_image: xcode10.1
before_install:
- export LANG=en_US.UTF-8
- export LANG=en_US.UTF-8 &&
nvm use 12
install:
- npm install
@@ -46,7 +47,7 @@ matrix:
before_install:
- export LANG=en_US.UTF-8 &&
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - &&
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - &&
sudo apt-get install -y nodejs
- yes | sdkmanager --update
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "3.1.0",
"version": "3.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -66,4 +66,4 @@
"wd": "1.12.1",
"xml2js": "0.4.23"
}
}
}