Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down