Skip to content

Commit 0dbbc1d

Browse files
committed
Explicitly use node version 12.13.0
1 parent 9c217e3 commit 0dbbc1d

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
@@ -11,12 +11,12 @@ matrix:
1111
dist: trusty
1212
compiler: g++
1313
env:
14-
- NODE_VERSION=12
14+
- NODE_VERSION=12.13.0
1515
- os: osx
1616
osx_image: xcode7
1717
compiler: clang
1818
env:
19-
- NODE_VERSION=12
19+
- NODE_VERSION=12.13.0
2020
addons:
2121
apt:
2222
sources:

0 commit comments

Comments
 (0)