Skip to content

Commit ffb8e9f

Browse files
committed
(#85) Updated node 12 version on macOS
Due to ongoing problems with node > 12.13.0 on macOS
1 parent b071a51 commit ffb8e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ matrix:
3737
os: osx
3838
osx_image: xcode11
3939
language: node_js
40-
node_js: "12"
40+
node_js: "12.13.0"
4141

4242
before_install:
4343
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"

0 commit comments

Comments
 (0)