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 18
18
strategy :
19
19
matrix :
20
20
node :
21
- - lts/erbium
22
- - node
21
+ - lts/fermium
22
+ - lts/gallium
23
23
canary :
24
24
name : canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
25
25
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.
47
47
## Install
48
48
49
49
This 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] [ ] :
51
51
52
52
``` sh
53
53
npm install remark-cli
@@ -281,7 +281,7 @@ Earlier wins (so in the above file structure `folder/.remarkrc.js` wins over
281
281
282
282
Projects maintained by the unified collective are compatible with all maintained
283
283
versions 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+.
285
285
Our projects sometimes work with older versions, but this is not guaranteed.
286
286
287
287
# # Security
You can’t perform that action at this time.
0 commit comments