Xuanwo opened a new pull request, #7900: URL: https://github.com/apache/opendal/pull/7900
# Which issue does this PR close? Closes #7897. # Rationale for this change The NodeJS release workflow currently installs `npm@latest` while running on Node 20. During the 0.58.0 release, `npm@latest` resolved to npm 12, which no longer supports the workflow's Node 20 runtime and caused the publish job to fail. # What changes are included in this PR? Pin the npm major used by the release publish job to npm 11, which satisfies trusted publishing's npm 11.5.1+ requirement while remaining compatible with Node 20. # Are there any user-facing changes? No. # AI Usage Statement AI assistance was used to prepare this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
