You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm supporting a project that still uses Node 8. We use Yarn with it. We plan to upgrade Node to version 12 but we haven't had time to do that yet.
Hi!
I'm supporting a project that still uses Node 8. We use Yarn with it. We plan to upgrade Node to version 12 but we haven't had time to do that yet.
Our CI setup uses your action like this:
I confirmed that after using the
actions/setup-node
action, we're using node version 8.17.Output of the
stefanoeb/[email protected]
step:It seems that because your Dockerfile is based off of Node 10, there's a version mismatch when trying to run eslint on our repo.
https://github.com/stefanoeb/eslint-action/blob/master/Dockerfile#L1
Is there a way to get around this? Or is it required that we run the same version of Node as the image used in the Dockerfile?
Thanks!
The text was updated successfully, but these errors were encountered: