From 3b55031316875b569a53bdc7729e2486de8b3b5b Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 18 Jun 2022 23:08:50 +0200 Subject: [PATCH] Remove support for Node 12 --- .github/workflows/main.yml | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a84287e..522556d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,5 +17,5 @@ jobs: strategy: matrix: node: - - lts/erbium - - '*' + - lts/fermium + - lts/gallium diff --git a/readme.md b/readme.md index 18c44cb..9a4091a 100644 --- a/readme.md +++ b/readme.md @@ -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][]: