Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Node 16 (Active LTS) and Node 17 (current) to the list of node js…
… environments in Travis CI
  • Loading branch information
elchininet committed Dec 5, 2021
commit e5c16fb2c37cbd83edd97d6ad3fdf6ad812dfa5b
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 12
- 16
- 17
os: linux
dist: xenial
cache:
Expand Down