File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 node :
21- - lts/erbium
22- - node
21+ - lts/fermium
22+ - lts/gallium
2323 canary :
2424 name : canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
2525 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ If not, you can always use [`remark`][remark-core] itself manually in a script.
4747## Install
4848
4949This package is [ ESM only] ( https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ) .
50- In Node.js (version 12.20+, 14.14+, or 16.0+), install with [ npm] [ ] :
50+ In Node.js (version 14.14+, or 16.0+), install with [ npm] [ ] :
5151
5252``` sh
5353npm install remark-cli
@@ -281,7 +281,7 @@ Earlier wins (so in the above file structure `folder/.remarkrc.js` wins over
281281
282282Projects maintained by the unified collective are compatible with all maintained
283283versions of Node.js.
284- As of now, that is Node.js 12.20+, 14.14+, and 16.0+.
284+ As of now, that is Node.js 14.14+, and 16.0+.
285285Our projects sometimes work with older versions, but this is not guaranteed.
286286
287287# # Security
You can’t perform that action at this time.
0 commit comments