We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove workaround for bug in node when performing dns lookups for domains containing underscores.
The Cloud Foundry nodejs buildpack has been updated with node 16.13.1 which contains the fix for Node issue.
See `./api/services/Dns.js
The minimum node version everywhere should be 16.13.1
>=16.13.1
The text was updated successfully, but these errors were encountered:
davemcorwin
No branches or pull requests
User Story
Remove workaround for bug in node when performing dns lookups for domains containing underscores.
Background (Optional)
The Cloud Foundry nodejs buildpack has been updated with node 16.13.1 which contains the fix for Node issue.
See `./api/services/Dns.js
Acceptance Criteria
The minimum node version everywhere should be 16.13.1
>=16.13.1
specified in .nvmrc>=16.13.1
specified in package.json#engines.nodeLevel of effort - low
The text was updated successfully, but these errors were encountered: