You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm this started some time between now and 17:00 UTC yesterday, when it was working fine. I suspect NPM have put out an update which broke it, perhaps relating to the deprecation warning for registry.npmjs.org:
» curl -I https://registry.npmjs.org
HTTP/2 200
date: Thu, 04 Jul 2024 06:13:03 GMT
content-type: application/json
cf-ray: 89dcf7980d501bc4-MAD
cf-cache-status: DYNAMIC
npm-notice: This endpoint is deprecated. Use https://replicate.npmjs.com instead.
server: cloudflare
Edit: I didn't realise we were using v2 rather than v4, which seems to work, so the fix genuinely is "upgrade to v4" :)
The proposed "fix" is a work around and method of going forward provided GitHub workflows can be readily updated and approved. But it does not resolve stuck / failing workflow runs, many of which cannot be triggered again without additional code updates via merge or rebase of each one to pull in the use of the updated workflow action version.
Activity
alokVishu commentedon Jul 4, 2024
I have also faced the same issue.
BenjaminNolan commentedon Jul 4, 2024
Can confirm this started some time between now and 17:00 UTC yesterday, when it was working fine. I suspect NPM have put out an update which broke it, perhaps relating to the deprecation warning for registry.npmjs.org:Edit: I didn't realise we were using v2 rather than v4, which seems to work, so the fix genuinely is "upgrade to v4" :)
alokVishu commentedon Jul 4, 2024
updated pnpm/action-setup@v2 => pnpm/action-setup@v4 fix the issue
dvins commentedon Jul 4, 2024
Duplicate of #135.
The proposed "fix" is a work around and method of going forward provided GitHub workflows can be readily updated and approved. But it does not resolve stuck / failing workflow runs, many of which cannot be triggered again without additional code updates via merge or rebase of each one to pull in the use of the updated workflow action version.
Fix pnpm in CI
🔧 ci: update pnpm action
build(.github/workflows) 将 pnpm/action-setup 更新至 v4 以修复构建失败
build(.github/workflows) 将 pnpm/action-setup 更新至 v4 以修复构建失败
build(.github/workflows) 将 pnpm/action-setup 更新至 v4 以修复构建失败
chore(ci): upgrade `pnpm/action-setup` to `v4`
12 remaining items