Add support for Node.js 14

pull/203/head
Jeroen Akkerman 4 years ago
parent 890c72589e
commit 454ebc6fb6

@ -1,5 +1,6 @@
language: node_js
node_js:
- '14' # EOL: April 2023
- '12' # EOL: April 2022
- '11' # EOL: June 2019
- '10' # EOL: April 2021

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Support for Node.js 14.
### Fixed
- Fix cursor displayed position on activity ([#183]).
- Checkboxes always have bullets in front of them ([#136]).

Loading…
Cancel
Save