Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bundling error in latest release #13

Closed
marvinpinto opened this issue Dec 25, 2019 · 0 comments · Fixed by #14
Closed

Possible bundling error in latest release #13

marvinpinto opened this issue Dec 25, 2019 · 0 comments · Fixed by #14
Assignees

Comments

@marvinpinto
Copy link
Owner

From a private build I just ran:

##[group]Determining release tags
(node:5148) UnhandledPromiseRejectionWarning: Error: Cannot find module './functions/valid'
Require stack:
- /home/runner/work/_actions/marvinpinto/action-automatic-releases/latest/dist/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:797:15)
    at Function.Module._load (internal/modules/cjs/loader.js:690:27)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at lazyRequire (/home/runner/work/_actions/marvinpinto/action-automatic-releases/latest/dist/index.js:20001:52)
    at Object.get [as valid] (/home/runner/work/_actions/marvinpinto/action-automatic-releases/latest/dist/index.js:20008:19)
    at /home/runner/work/_actions/marvinpinto/action-automatic-releases/latest/dist/index.js:15642:42
    at Generator.next (<anonymous>)
    at /home/runner/work/_actions/marvinpinto/action-automatic-releases/latest/dist/index.js:15532:71
    at new Promise (<anonymous>)
##[error]Cannot find module './functions/valid'
Require stack:
- /home/runner/work/_actions/marvinpinto/action-automatic-releases/latest/dist/index.js
2019-12-25T19:25:55.0621785Z (node:5148) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
2019-12-25T19:25:55.0623192Z (node:5148) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
@marvinpinto marvinpinto self-assigned this Dec 26, 2019
marvinpinto added a commit that referenced this issue Dec 27, 2019
marvinpinto added a commit that referenced this issue Dec 27, 2019
This was likely the cause of the bundling issue in #13.

Ref: npm/node-semver#299
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant