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

Commit

Permalink
fix(ci): Update Node versions used in tests (optimizely#469)
Browse files Browse the repository at this point in the history
Summary:

Update TravisCI configuration Node versions: remove 6, add 14.

Test plan:

Existing tests
  • Loading branch information
mjc1283 authored May 1, 2020
1 parent 10b939b commit 7c5a905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- '6'
- '8'
- '9'
- '10'
- '12'
- '14'
branches:
only:
- master
Expand Down

0 comments on commit 7c5a905

Please sign in to comment.