-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Node compilation error under new virtual environment #4647
Comments
What I see that previous build used Node 14.18.1 but this minor image update change node version to Node 16.13.0 |
@kis-xt @catthehacker - thank you for the quick responses. Should this not have been a bit more prominently called out here: Changelog blog?
I went there to look for details before submitting this and I did not see this change mentioned anywhere. Not saying that I didn't miss it....but it doesn't seem to be easy to see in the location we are told to go look for such a change. |
Yes, it seems that should be posted. |
@catthehacker - Thanks for the link to #4446 - the mitigation suggestions worked and we are up and running again! |
Description
We have a GH Action that runs our ES Lint process. It was working under
Version: 20211122.1
but is now blowing up underVersion: 20211129.1
.From my understanding of this previous issue: #2505
There is no way for me to pin back to the previous virtual environment.
We are now seeing this on every run of the ES-Linter action:
This is also followed by a long list of
gyp
lines ultimately culminating in the following:This appears to be a problem with the new virtual environment to me, but I can't verify since I can't pin to the older version and see if the world is happier.
Any help would be appreciated.
Virtual environments affected
Image version and build link
Version: 20211129.1
Is it regression?
20211122.1
Expected behavior
I expected the action to not be blowing up while trying to install node dependencies
Actual behavior
The action blows up and fails due to errors in the process of setting up the environment to run our linters
Repro steps
not sure I know how to tell you this without sending maybe the package.json file over and a copy of the GH action?
The text was updated successfully, but these errors were encountered: