agiledigital / jiralint

A library and supporting CLI tool for linting deliveries, issues and people as they manifest in Jira.
7 stars 3 forks source link

Plug in nvm #6

Closed danielnixon closed 3 years ago

danielnixon commented 3 years ago

In a step toward reproducible builds (or at least, less irrepreducible), we should set up an nvmrc file to try to get all devs aligned on the same node version.

https://github.com/nvm-sh/nvm

https://github.com/nvm-sh/nvm#nvmrc

danielnixon commented 3 years ago

Devs can then be encouraged to set up https://github.com/nvm-sh/nvm#deeper-shell-integration

danielnixon commented 3 years ago

(You either swallow this pill or be forced to use docker locally :) )