Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 1383a5b

Browse files
committed
Increase node version of travis ci
1 parent 5f2f648 commit 1383a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matrix:
33
- os: osx
44
osx_image: xcode9.4
55
language: node_js
6-
node_js: '10'
6+
node_js: '12'
77
env:
88
- HOMEBREW_NO_AUTO_UPDATE=1
99
- ELECTRON_CACHE=$HOME/.cache/electron
@@ -12,7 +12,7 @@ matrix:
1212
services: docker
1313
language: generic
1414
sudo: required
15-
node_js: '10'
15+
node_js: '12'
1616

1717
addons:
1818
apt:

0 commit comments

Comments
 (0)