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 4, 2023
1 parent f9b0e1f commit d18c6ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [
16.x, # EoL by 2023-09-11
18.x, # EoL by 2025-04-30
20.x, # EoL by 2026-04-30
]

# Some key Flow versions that have seen syntax or semantic changes that
# required updates to decoders
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.1.0

- Officially drop Node 12 and 14 support (they may still work)

## v2.0.5

- The returned value for `positiveInteger(-0)` is now `0`, not `-0`
Expand Down

0 comments on commit d18c6ec

Please sign in to comment.