-
Notifications
You must be signed in to change notification settings - Fork 66
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
feat: install Node v16 when lockfileVersion is 2 #187
Conversation
I think this is actually the smartest solution we could do here 🍺 . So setting up Node environment based on I'm only not sure if the way you do it is proper:
sounds like best would be to have a custom GitHub action responsible for detecting what thoughts? of course there is one downside, that we for example say that generator works with node > 12 but we will test on 16 only 😞 but these issues with we are not the only ones suffering https://twitter.com/search?q=lockfileVersion&src=typed_query&f=live |
@derberg should we move forward with this? |
@smoya did you see my comment? other stuff:
|
Nope 😆 For some reason, I did not. Thanks for taking the time to collect and summarize all the info. |
yeah, for you grep for me magic 😃 I do not mind |
when you will work on this, refactor I mean, you might want to try apache/airflow#27371 more on composite actions -> https://asyncapi.slack.com/archives/C34AUKWQK/p1680613343254339 |
closing in favour of #230 |
Description
Partially fixes #123
Note: Not sure if this can be extracted to another action and reused?
Related issue(s)
npm install
. parser-js#427