Skip to content
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

chore(build): Sets Node engine to version 16 #569

Merged

Conversation

pedrolamas
Copy link
Contributor

If one tries to build Mainsail with the latest Node (17 at the time of writing), it will not work as it has a new OpenSSL provider that is not directly compatible with some of the dependencies (though one can set NODE_OPTIONS to --openssl-legacy-provider in order to use the legacy provider)

In any case, as the current workflow is using Node 16 (LTS at time of writing), I think it would be wise to fix that version so anyone trying to build from source gets a warning if they are using a different version of Node.

Signed-off-by: Pedro Lamas [email protected]

@meteyou meteyou changed the title Sets Node engine to version 16 chore(build): Sets Node engine to version 16 Jan 22, 2022
@meteyou meteyou merged commit be0063e into mainsail-crew:develop Jan 22, 2022
@meteyou
Copy link
Member

meteyou commented Jan 22, 2022

thx for your PR

@pedrolamas pedrolamas deleted the pedrolamas/set-node-engine branch January 23, 2022 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants