Skip to content

chore: silence JSII deprecated Node.js version warnings in PR builds#35760

Merged
mergify[bot] merged 1 commit intomainfrom
mrgrain/fix/silence-jsii-node-warnings
Oct 16, 2025
Merged

chore: silence JSII deprecated Node.js version warnings in PR builds#35760
mergify[bot] merged 1 commit intomainfrom
mrgrain/fix/silence-jsii-node-warnings

Conversation

@mrgrain
Copy link
Copy Markdown
Contributor

@mrgrain mrgrain commented Oct 16, 2025

Reason for this change

JSII is emitting deprecated Node.js version warnings during PR builds, which creates noise in the build logs and may cause confusion. Suppressing the warnings is okay. We will deal with this upgrade as part of our SOP to deprecate Node 18 support later in the year.

Description of changes

Added JSII_SILENCE_WARNING_DEPRECATED_NODE_VERSION: true environment variable to both PR build workflows:

  • .github/workflows/codebuild-pr-build.yml
  • .github/workflows/pr-build.yml

This suppresses the deprecated Node.js version warnings from JSII without affecting functionality.

Describe any new or updated permissions being added

No new permissions required.

Description of how you validated changes

This change only adds an environment variable to silence warnings and doesn't affect build functionality.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the p2 label Oct 16, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team October 16, 2025 09:08
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Oct 16, 2025
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This review is outdated)

@mrgrain mrgrain changed the title fix: silence JSII deprecated Node.js version warnings in PR builds chore: silence JSII deprecated Node.js version warnings in PR builds Oct 16, 2025
@aws-cdk-automation aws-cdk-automation dismissed their stale review October 16, 2025 09:25

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Oct 16, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot added the queued label Oct 16, 2025
@mergify mergify bot merged commit bccafc0 into main Oct 16, 2025
44 of 45 checks passed
@mergify mergify bot deleted the mrgrain/fix/silence-jsii-node-warnings branch October 16, 2025 10:07
@mergify mergify bot removed the queued label Oct 16, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

contribution/core This is a PR that came from AWS. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants