
13 Oct
2020
13 Oct
'20
6:28 p.m.
commit 16ceec6012202ebe18b05f6e12c093437499b413 Author: Peter Haight <peterh@giantrabbit.com> Date: Fri Oct 9 13:56:50 2020 -0700 Use debian package version of nodejs I'm not sure they are going to use the debian package version of nodejs on their build machine, but I think so, so I want to set us up to use the same version for development. --- .nvmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..8f2631de --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v10.21.0