Node 14.17.1 support for new Meteor version 2.3 #59
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello @abernix !
New version of meteor 2.3 has been just released and it uses node 14.
I've forked your package in order to try to make MUP support this new Meteor version
Looks like it works fine.
Hope you will consider this update.
PS: I had to replace occurences of
abernix
byliitfr
since docker tags depends on each others.If you accept to check this PR I'll put again
abernix
everywhere, and then close my fork since it won't be useful anymore.For people who need a workaround, you can use my copy of
abernix/meteord
.Example in your MUP config :
Thanks for your consideration.
Mathias