Skip to content

Commit

Permalink
Nodejs travis upgrade - Dropped 10 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez authored Apr 7, 2021
1 parent 2e00379 commit 943e378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
dist: bionic
language: node_js
node_js:
- 10
- 12
- lts/*
- node
services:
- docker
env:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
- Fixed host override when no custom preset is provided in mainnet.
- Fixed case issue validating keys when creating certificates.
- Updated Wallet to latest 1.0.1 release.
- Dropped NodeJS 10 support. Added Node LTS and Stable Support.

## [1.0.3] - Mar-31-2021

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The folder where the generated config, docker files and data are stored. The fol

# Requirements

- Node 10+
- Node 12+
- Docker
- Docker Compose

Expand Down

0 comments on commit 943e378

Please sign in to comment.