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

Commit 7c5a905

Browse files
authored
fix(ci): Update Node versions used in tests (optimizely#469)
Summary: Update TravisCI configuration Node versions: remove 6, add 14. Test plan: Existing tests
1 parent 10b939b commit 7c5a905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- '6'
43
- '8'
54
- '9'
65
- '10'
76
- '12'
7+
- '14'
88
branches:
99
only:
1010
- master

0 commit comments

Comments
 (0)