Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit d7a6f97

Browse files
committed
Travis: Test with Node 14
1 parent f1b4845 commit d7a6f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ python:
66
- 3.7
77
- 3.8
88
node_js:
9-
- 13
9+
- 14
1010
before_install:
11-
- nvm install 13
11+
- nvm install 14
1212
- node --version
1313
- make node_deps
1414
addons:

0 commit comments

Comments
 (0)