Skip to content

Commit

Permalink
Remove support for Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 18, 2022
1 parent 42606f7 commit 3b55031
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
Expand Up @@ -17,5 +17,5 @@ jobs:
strategy:
matrix:
node:
- lts/erbium
- '*'
- lts/fermium
- lts/gallium
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -317,7 +317,7 @@ See `$ alex --help` for more information.
## API

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 3b55031

Please sign in to comment.