Skip to content

Commit

Permalink
Merge pull request #144 from empress/drop-node
Browse files Browse the repository at this point in the history
drop support for node 16
  • Loading branch information
mansona committed Feb 7, 2024
2 parents 5c16f06 + 0959d1b commit fb40b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request: {}

env:
NODE_VERSION: 16
NODE_VERSION: 18
FORCE_COLOR: 1

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This addon provides a component that transforms [Markdown](http://en.wikipedia.o

* Ember.js v3.16 or above
* Ember CLI v3.16 or above
* Node.js v16 or above
* Node.js v18 or above

## Installation

Expand Down

0 comments on commit fb40b2b

Please sign in to comment.