-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from funbox/feature/node18
Drop Node.js 12 support, support Node.js 16 & 18
- Loading branch information
Showing
6 changed files
with
9,563 additions
and
6,628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Migration | ||
|
||
## 2.1.1 → 3.0.0 | ||
|
||
We've dropped Node.js 12 support, which means that de jure this plugin does not work with Node.js 12. | ||
|
||
However, de facto we have not changed the source code of the plugin in 3.0.0, so it should work with Node.js 12. | ||
|
||
Anyway, be sure that you use Node.js 14, 16, or 18. Otherwise test the plugin prior using. |
Oops, something went wrong.