Skip to content

Commit

Permalink
Remove support for Node.js 12
Browse files Browse the repository at this point in the history
Closes GH-28.
  • Loading branch information
remcohaszing authored Jun 17, 2022
1 parent 6ef18dd commit 0a8f8cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node:
- lts/erbium
- lts/fermium
- node
windows:
name: ${{matrix.node}}
Expand All @@ -32,5 +32,5 @@ jobs:
strategy:
matrix:
node:
- lts/erbium
- node
- lts/fermium
- lts/gallium
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ about what unified can do.
## Install

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

[npm][]:

Expand Down

0 comments on commit 0a8f8cd

Please sign in to comment.