From 3d32953f4f6b630d5aa81617ae9b9c4c5a593bb5 Mon Sep 17 00:00:00 2001 From: Dale Lane Date: Wed, 4 Nov 2020 22:35:57 +0000 Subject: [PATCH] docs: Update DEVELOPMENT.md Version of Node.js used in the site has been updated since I wrote this. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b27831192..97484f0d0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -14,7 +14,7 @@ They are: ## Step 1 - Get the dependencies To run the site, you need: -- Node.js version 10 +- Node.js version 12 - PostgreSQL version 12 ## Step 2 - Get the code