mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
128 stars 120 forks source link

Always use node version pinned in .nvmrc in plugin Makefile #203

Open mattermod opened 2 months ago

mattermod commented 2 months ago

All node commands in the plugin Makefile should use the pinned version. This makes it easier for plugin developers to which between plugins that use different node versions.


If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-51014