-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): update actions/setup-node action to v5 - abandoned #935
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
Conversation
7df69d0 to
099f699
Compare
099f699 to
ecf1ed5
Compare
ecf1ed5 to
bdf61d5
Compare
bdf61d5 to
eef74d6
Compare
|
This appears to be an upstream bug that I filed at actions/setup-node#1363. |
eef74d6 to
f2259ed
Compare
f2259ed to
be8d723
Compare
be8d723 to
d7f7bf5
Compare
d7f7bf5 to
cadbbe1
Compare
cadbbe1 to
059f8fb
Compare
72e4a09 to
403b515
Compare
403b515 to
ac11eaf
Compare
ac11eaf to
f92ff4a
Compare
f92ff4a to
ecb33f1
Compare
ecb33f1 to
c7a2c05
Compare
c7a2c05 to
73e608c
Compare
73e608c to
f5ea55a
Compare
The punycode deprecation warning is coming from ajv-cli's transitive dependencies when running with Node.js 22. Since this is outside of Drainpipe's control and doesn't affect functionality, suppress the warning using NODE_NO_WARNINGS=1. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
The punycode deprecation warning was appearing during the npx installation phase of ajv-cli, not just during execution. Setting NODE_NO_WARNINGS=1 as an environment variable for the entire step suppresses warnings in both the installation and execution phases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…flow Replace NODE_NO_WARNINGS=1 with NODE_OPTIONS="--disable-warning=DEP0040" to specifically suppress only the punycode deprecation warning (DEP0040) while allowing other Node.js warnings to remain visible. This provides better visibility into potential issues while addressing the specific deprecation warning from ajv-cli's transitive dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
|
Replaced by v6. |
This PR contains the following updates:
v4->v5Release Notes
actions/setup-node (actions/setup-node)
v5Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.