-
Notifications
You must be signed in to change notification settings - Fork 64
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
[circleci] build broken due to circleci/node:8 changes #353
Comments
I applied the same tmp fix to the smoke test instance: adobe/helix-continuous@b1c4450 |
problem analysis:
since a couple of hours ago on debian 9 the following error occurs when running the tests:
solution: use latest node 8 version on debian 8, i.e. |
fixed in 25ec7cc |
I patched the CI too: adobe/helix-continuous@227ddd8 |
Description
as of dec 28 circleci build jobs (i.e.
npm test
) fail with:node version hasn't changed (v8.13).
To Reproduce
helix-cli
build
jobSpin up Environment
step and checksha256
ofcircleci/node:8
imagebuild
jobExpected behavior
build job shouldn't fail if it succeeded previously and there were no changes to the code or circleci config.
The text was updated successfully, but these errors were encountered: