ci: fix the release github workflow#2998
Conversation
This workflow was failing whenever there was a minor release to wrangler and a patch release to a package that depended upon wrangler. It was caused by a bug in npm that was resolved in v8.5.0. See npm/cli#4379 and npm/cli#4371. The error looks like: `No matching version found for wrangler@^2.15.0.`
|
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4628489949/npm-package-wrangler-2998You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/2998/npm-package-wrangler-2998Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4628489949/npm-package-wrangler-2998 dev path/to/script.jsAdditional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4628489949/npm-package-cloudflare-pages-shared-2998Note that these links will no longer work once the GitHub Actions artifact expires. |
Codecov Report
@@ Coverage Diff @@
## main #2998 +/- ##
==========================================
+ Coverage 73.84% 73.87% +0.02%
==========================================
Files 167 167
Lines 10504 10504
Branches 2807 2807
==========================================
+ Hits 7757 7760 +3
+ Misses 2747 2744 -3 |
This workflow was failing whenever there was a minor release to wrangler and a patch release to a package that depended upon wrangler. It was caused by a bug in npm that was resolved in v8.5.0. See npm/cli#4379 and npm/cli#4371. The error looks like:
No matching version found for wrangler@^2.15.0.