[tor-commits] [donate-static/master] Use debian package version of nodejs
peterh at torproject.org
peterh at torproject.org
Tue Oct 13 18:28:42 UTC 2020
commit 16ceec6012202ebe18b05f6e12c093437499b413
Author: Peter Haight <peterh at 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
More information about the tor-commits
mailing list