feat: define node version in .nvmrc file (#789)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#789
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
dpschen 2021-09-25 18:33:00 +00:00 committed by konrad
parent feb34c8cc1
commit c551bf5836
2 changed files with 5 additions and 1 deletions

View File

@ -19,4 +19,7 @@ indent_size = 2
[*.json]
indent_style = space
indent_size = 2
indent_size = 2
[.nvmrc]
insert_final_newline = false

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v16