Revert "fix(deps): update dependency esbuild to v0.22.0"#337
Revert "fix(deps): update dependency esbuild to v0.22.0"#337EricCrosson merged 1 commit intoEricCrosson:masterfrom
Conversation
This reverts commit 4453ccd.
5a5bed6 to
ebfea19
Compare
|
From the 0.22 Changelog
That seems likely to be the issue |
|
Thanks @bitgopatmcl! |
This comes as a reaction to #336, which was reverted in #337. As esbuild's changelog recommends: > This release deliberately contains backwards-incompatible changes. To > avoid automatically picking up releases like this, you should either > be pinning the exact version of esbuild in your package.json file > (recommended) or be using a version range syntax that only accepts > patch upgrades such as ^0.21.0 or ~0.21.0.
|
🎉 This PR is included in version 2.4.28 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
For some reason, the new bundler version does not inline the
@actions/coreand other dependencies:install-github-release-binary/dist/index.js
Lines 30 to 31 in ada7367
In the previous release, the code looks like this:
install-github-release-binary/dist/index.js
Lines 69 to 79 in a3c4ee9
This causes an error when running the latest version of this action:
This reverts commit 4453ccd to un-break workflows that call this action using a major version label (such as here)