diff options
author | csett86 <csett86@web.de> | 2021-10-17 20:56:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 20:56:25 +0200 |
commit | 83b489325d12dbd3e6d3f34bc48b1568fa6cd3b8 (patch) | |
tree | 904a57859fc2945b79815a05e9e89880ae7479f5 /README.md | |
parent | 8544d2c373e8889a98d9e5aeb33ac158b63b03d4 (diff) |
chore(deps): update electron-builder to 22.11.11 and move to node 14(#583)
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14
as well.
Signed-off-by: Christoph Settgast <csett86@web.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ If you want to hack on this project, here is how you do it. #### Installing dependencies -Install Node.js 12 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 12 by running `nvm use`). +Install Node.js 14 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 14 by running `nvm use`). <details><summary>Extra dependencies for Windows</summary> |