Node 14, dependency upgrade.

Node 14 is now LTS, so we'll use that.
This commit is contained in:
Daniel Scalzi
2020-11-01 17:22:53 -05:00
parent 28cb5a3d52
commit 0d46a529fc
5 changed files with 108 additions and 130 deletions

View File

@@ -4,9 +4,9 @@ Generate a distribution.json for Helios. Documentation on this format can be fou
## Requirements
* Node.js 12
* Node.js 14
* Java 8+ (https://adoptopenjdk.net/)
* This is required to run the forge installer and process [XZ](https://tukaani.org/xz/format.html) files.
* This is required to run the forge installer, process [XZ](https://tukaani.org/xz/format.html) files, and run bytecode analysis on mod files.
### Notes