Synchronize node version between CI & local #997
Labels
component:docs
Documentation improvements, including new or updated content
dx
Documentation infrastructure typically handled by the Camunda DX team
This is followup work to #976.
In that PR we introduced a .nvmrc file to specify node versions for local environments. It does not currently match the exact specified version for CI, though (
16.15.1
vs16
). We should synchronize these versions.Included in this work
16
), or the fully qualified version (16.15.1
). The tradeoffs:nvmrc
.The text was updated successfully, but these errors were encountered: