Skip to content

Commit

Permalink
feat: support Node 18 and future LTS releases
Browse files Browse the repository at this point in the history
BREAKING CHANGE: no longer supports Node 12

Various libraries are starting to drop support for Node 12.
While this only affects the dev dependencies of this project
it's only a matter of time before something critical drops
support. So to keep maintenance easy, we're dropping
v12 now as it is past EOL already and moving to 14, 16,
and 18 LTS versions.

Recommended action: upgrade your project from Node 12
to a later LTS release (14, 16, 18)
  • Loading branch information
amclin committed Feb 10, 2023
1 parent f7b24f5 commit 3ed1008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ URL to the content API for Scene7. Default when not set is `http://s7d1.scene7.c
URL to the content API for Scene7 where losed caption and chapter navigation assets are located. Default when not set is `http://s7d1.scene7.com/is/content/`



## License

MIT. Copyright (c) Anthony McLin <npm@anthonymclin.com>
Expand Down

0 comments on commit 3ed1008

Please sign in to comment.