diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-06 13:33:04 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-06 13:33:04 -0400 |
| commit | 5a26772577e8f97bd33985a746ceb20a338244b4 (patch) | |
| tree | 27f50ab15ac3c2b529116c42f0b2deeacbdc442f /static | |
| parent | 0f9f6f587ebfb54c7490b4a1dc89e9758ca75340 (diff) | |
specifically require Node.js 18 LTS
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 478f69ec..bb45a186 100644 --- a/static/build.html +++ b/static/build.html @@ -274,7 +274,7 @@ <ul> <li>protobuf library for Python 3</li> - <li>node 17 or later</li> + <li>Node.js 18 LTS</li> <li>yarn</li> </ul> |
