feat: define node version in .nvmrc file
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2021-09-25 18:52:42 +02:00
parent feb34c8cc1
commit a97903e385
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
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