Skip to content

Commit af84223

Browse files
authoredJun 1, 2021
chore: Updated node to version 12 on travis (#169)
1 parent 6aa0632 commit af84223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android:
1212
- extra-google-m2repository
1313

1414
before_install:
15-
- nvm install 10
15+
- nvm install 12
1616
- node --version
1717
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
1818
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

0 commit comments

Comments
 (0)
Please sign in to comment.