Skip to content

Commit

Permalink
Drop support for Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jun 17, 2022
1 parent 6ef18dd commit 7e7dc47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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
- lts/fermium
- node
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 7e7dc47

Please sign in to comment.