diff --git a/.travis.yml b/.travis.yml index becbc1f..ad8b696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: node_js node_js: + - "node" + - "lts/*" - "16" - - "14" - - "14.0.0" - - "12.3.1" - - "12.0.0" - + - "17" + - "18" + - "19" script: - npm test diff --git a/README.md b/README.md index 8acb078..a9604bc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ $ npm install currency-cloud --save ``` ## Supported Node versions -The current least supported Node version is 12.0.0. +The current least supported Node version is 16+. # Usage The following example retrieves all tradeable currencies list: