Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@adobe/aio-lib-ims will require node-12 or greater starting July 14th, 2021 #163

Closed
shazron opened this issue Jun 25, 2021 · 1 comment · Fixed by #164
Closed

@adobe/aio-lib-ims will require node-12 or greater starting July 14th, 2021 #163

shazron opened this issue Jun 25, 2021 · 1 comment · Fixed by #164
Labels
bug Something isn't working

Comments

@shazron
Copy link
Member

shazron commented Jun 25, 2021

Your module is dependent on @adobe/aio-lib-ims.

Adobe IMS is retiring TLS 1.0 and TLS 1.1 support on July 14th, 2021.
TLSv1.2 is the default for node-12 or higher: https://nodejs.org/api/cli.html#cli_tls_min_v1_2

Therefore any calls to Adobe IMS using @adobe/aio-lib-ims using node-10 will fail after the retirement date above.

This module should impose a minimum requirement of node-12 going forward.

Add this to your package.json:

{
   "engineStrict": true, 
   "engines" : { 
         "node" : ">=12" 
    }
}
@shazron shazron added the bug Something isn't working label Jun 25, 2021
@aiojbot
Copy link
Collaborator

aiojbot commented Jun 25, 2021

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants