Uh oh!
There was an error while loading. Please reload this page.
fix release npm compatibility - #2190
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
wan9chi
left a comment
There was a problem hiding this comment.
Context on the manual release trigger.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:cab49bfc69
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
cpojer
left a comment
There was a problem hiding this comment.
Alright, but please remove that again after the release is published.
Uh oh!
There was an error while loading. Please reload this page.
## Why [v0.2.5](https://github.com/voidzero-dev/vite-plus/releases/tag/v0.2.5) has been published successfully by [Release run 29545637687](https://github.com/voidzero-dev/vite-plus/actions/runs/29545637687). PR #2190 added a temporary manual trigger to retry the unpublished release after fixing the npm/Node compatibility failure. ## Changes - remove the temporary `workflow_dispatch` trigger - remove the now-redundant `main` ref guard; the remaining push trigger already only accepts `main`
Why
The v0.2.5 release run failed before publishing because
npm@latestresolved to npm 12.0.1. npm 12.0.1 requires Node 22.22.2 or newer, while the workflow used Node 22.18.0.Changes
workflow_dispatchso the corrected v0.2.5 release can be started manually