Skip to content

Commit 0a8f8cd

Browse files
authored
Remove support for Node.js 12
Closes GH-28.
1 parent 6ef18dd commit 0a8f8cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
node:
20-
- lts/erbium
20+
- lts/fermium
2121
- node
2222
windows:
2323
name: ${{matrix.node}}
@@ -32,5 +32,5 @@ jobs:
3232
strategy:
3333
matrix:
3434
node:
35-
- lts/erbium
36-
- node
35+
- lts/fermium
36+
- lts/gallium

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ about what unified can do.
1919
## Install
2020

2121
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c):
22-
Node 12+ is needed to use it and it must be `import`ed instead of `require`d.
22+
Node 14+ is needed to use it and it must be `import`ed instead of `require`d.
2323

2424
[npm][]:
2525

0 commit comments

Comments
 (0)