-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(node): Deprecate end-of-life node versions (#271)
close #270
- Loading branch information
Showing
7 changed files
with
336 additions
and
390 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Migration guide | ||
|
||
## Migrate from `[email protected]` or `[email protected]` to `[email protected]` | ||
|
||
Change the required node version to one of the following verions, as other versions (state: October 2021) are end-of-life: | ||
|
||
* Node.js 12.22 and above | ||
* Node.js 14 and above | ||
* Node.js 16 and above | ||
|
||
## Migrate from `[email protected]` to `[email protected]` | ||
|
||
* run `npm install --save authmosphere@~2.0.0` | ||
|
Oops, something went wrong.