Dropped support for Node 16

Node 16 will reach EOL no later than a few months after Jasmine 5 is
released. Experience with Node 12 and Node 14 has shown that our
dependencies, especially dev dependencies, move on from past-EOL Node
versions fairly quickly. That can make it difficult to continue supporting
them. Since long term support for past EOL Node versions is a non-goal and
many users expect that Node versions will only be dropped in major
releases, it's better to drop it in 5.0.
This commit is contained in:
Steve Gravrock
2023-04-27 19:23:47 -07:00
parent 33118ac6e2
commit 390cc45af2
2 changed files with 8 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ Microsoft Edge) as well as Node.
| Environment | Supported versions |
|-------------------|---------------------|
| Node | 16.14-16.19, 18, 20 |
| Node | 18, 20 |
| Safari | 15-16 |
| Chrome | Evergreen |
| Firefox | Evergreen, 102 |