Skip to content

Commit 56eb9ed

Browse files
authored
Remove support for Node.js 12 in CLI
Closes GH-1007. Reviewed-by: Christian Murphy <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent fba413a commit 56eb9ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
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}}

packages/remark-cli/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If not, you can always use [`remark`][remark-core] itself manually in a script.
4747
## Install
4848

4949
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][]:
5151

5252
```sh
5353
npm install remark-cli
@@ -281,7 +281,7 @@ Earlier wins (so in the above file structure `folder/.remarkrc.js` wins over
281281

282282
Projects maintained by the unified collective are compatible with all maintained
283283
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+.
285285
Our projects sometimes work with older versions, but this is not guaranteed.
286286

287287
## Security

0 commit comments

Comments
 (0)