We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The GitHub workflows in this repo are specifying NodeJS runtime 19.x, which is an unmaintained version.
NodeJS 19.x was a non-LTS (odd) release that was only active for 6 months in 2022/23.
The recommended runtime today is NodeJS 22 (aka Jod), which is the Active LTS version:
https://nodejs.org/en/about/previous-releases
sdk-typescript/package.json
Line 55 in abeea26
sdk-typescript/.github/workflows/publish.yml
Line 16 in abeea26
sdk-typescript/.github/workflows/test.yml
The text was updated successfully, but these errors were encountered:
NodeJS 18.x is now unmaintained.
Neither NodeJS 18.x nor NodeJS 19.x will receive additional security updates such as the following:
https://nodejs.org/en/blog/vulnerability/may-2025-security-releases
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The GitHub workflows in this repo are specifying NodeJS runtime 19.x, which is an unmaintained version.
NodeJS 19.x was a non-LTS (odd) release that was only active for 6 months in 2022/23.
The recommended runtime today is NodeJS 22 (aka Jod), which is the Active LTS version:
https://nodejs.org/en/about/previous-releases
sdk-typescript/package.json
Line 55 in abeea26
sdk-typescript/.github/workflows/publish.yml
Line 16 in abeea26
sdk-typescript/.github/workflows/test.yml
Line 16 in abeea26
The text was updated successfully, but these errors were encountered: