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

project fails when building github actions with NodeJS v12 #146

Closed
thescientist13 opened this issue Jun 29, 2020 · 1 comment
Closed

project fails when building github actions with NodeJS v12 #146

thescientist13 opened this issue Jun 29, 2020 · 1 comment
Assignees
Labels
2.3.0 chore build stuff, deploy stuff, etc etc

Comments

@thescientist13
Copy link
Member

thescientist13 commented Jun 29, 2020

Added GitHub Actions and then the 0.5.0 release branch started failing. 😞
https://github.com/thegreenhouseio/www.thegreenhouse.io/runs/816494978?check_suite_focus=true

- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/@babel/core/lib/index.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/babel-loader/lib/index.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/loader-runner/lib/loadLoader.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/loader-runner/lib/LoaderRunner.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/webpack/lib/NormalModule.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/webpack/lib/NormalModuleFactory.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/webpack/lib/Compiler.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/webpack/lib/webpack.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/@greenwood/cli/src/tasks/build.js
- /home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/@greenwood/cli/src/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:15)
    at Function.Module._load (internal/modules/cjs/loader.js:842:27)
    at Module.require (internal/modules/cjs/loader.js:1026:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/@babel/preset-env/lib/polyfills/corejs3/usage-plugin.js:10:55)
    at Module._compile (internal/modules/cjs/loader.js:1138:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
    at Module.load (internal/modules/cjs/loader.js:986:32)
    at Function.Module._load (internal/modules/cjs/loader.js:879:14)
    at Module.require (internal/modules/cjs/loader.js:1026:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/home/runner/work/www.thegreenhouse.io/www.thegreenhouse.io/node_modules/@babel/preset-env/lib/index.js:29:44)
    at Module._compile (internal/modules/cjs/loader.js:1138:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
    at Module.load (internal/modules/cjs/loader.js:986:32)
    at Function.Module._load (internal/modules/cjs/loader.js:879:14)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
##[error]Process completed with exit code 1.

Downgrading to 10.x worked 🤔

@thescientist13 thescientist13 added the chore build stuff, deploy stuff, etc etc label Jun 29, 2020
@thescientist13 thescientist13 self-assigned this Jun 29, 2020
@thescientist13
Copy link
Member Author

thescientist13 commented Jun 29, 2020

Welp, when pinned to 12.13.0, which worked for me locally, it works in GitHub Actions now too. Must be something in whatever version is getting pulled down when using 12.x. 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.3.0 chore build stuff, deploy stuff, etc etc
Projects
None yet
Development

No branches or pull requests

1 participant