Skip to content

ci: update node 24 to fix publish#1176

Merged
hi-ogawa merged 1 commit intomainfrom
ci-update-node-24-to-fix-publish
Apr 6, 2026
Merged

ci: update node 24 to fix publish#1176
hi-ogawa merged 1 commit intomainfrom
ci-update-node-24-to-fix-publish

Conversation

@hi-ogawa
Copy link
Copy Markdown
Contributor

@hi-ogawa hi-ogawa commented Apr 6, 2026

Description

Released failed https://github.com/vitejs/vite-plugin-react/actions/runs/24022005781/job/70052639503 and this seems like only diff from Vite's release workflow.

Run npm i -g npm@^11.5.2 && pnpm run ci-publish plugin-rsc@0.5.22
npm error code MODULE_NOT_FOUND
npm error Cannot find module 'promise-retry'
npm error Require stack:
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/lib/utils/reify-output.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/lib/utils/reify-finish.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/lib/commands/install.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/lib/npm.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/lib/cli/entry.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/lib/cli.js
npm error - /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/bin/npm-cli.js
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-04-06T06_47_45_772Z-debug-0.log
Error: Process completed with exit code 1.

@hi-ogawa hi-ogawa marked this pull request as ready for review April 6, 2026 07:37
@hi-ogawa
Copy link
Copy Markdown
Contributor Author

hi-ogawa commented Apr 6, 2026

@sapphi-red The release failed. Will merge this one, but do you know how we re-release the same version? or would I need to bump the version and tag again?

@hi-ogawa hi-ogawa merged commit 2a528de into main Apr 6, 2026
12 checks passed
@hi-ogawa hi-ogawa deleted the ci-update-node-24-to-fix-publish branch April 6, 2026 07:57
@hi-ogawa
Copy link
Copy Markdown
Contributor Author

hi-ogawa commented Apr 6, 2026

I'm going with what Claude told me 🤖

# Delete remote and local tag                                                                       
  git push origin :refs/tags/plugin-rsc@0.5.22            
  git tag -d plugin-rsc@0.5.22                                                                        
                                                                                                      
  # Re-create tag at current HEAD (after pushing the fix)                                             
  git tag plugin-rsc@0.5.22                                                  
  git push origin plugin-rsc@0.5.22     

@sapphi-red
Copy link
Copy Markdown
Member

Yep, that would work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants