mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-06 09:34:27 -06:00
Add support for Node.js 14
This commit is contained in:
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…
x
Reference in New Issue
Block a user