Skip to content

Commit

Permalink
Drop support for node 12 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 27, 2023
1 parent f60fe5e commit 29308cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
matrix:
node-version: [
# From https://github.com/nodejs/Release
'12.x', # EoL 2022-04-30
'14.x', # EoL 2023-04-30
'16.x', # EoL 2023-09-11
'18.x', # EoL 2025-04-30
'latest', # EoL 2026-04-30
"16.x", # EoL 2023-09-11
"18.x", # EoL 2025-04-30
"20.x", # EoL 2026-04-30
"latest",
]

steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.2.0

- Drop support for node 12.x and 14.x
(they probably still work, but they're EoL)

## v2.1.2

- Improve tree-shakability when used in bundlers
Expand Down

0 comments on commit 29308cb

Please sign in to comment.