mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
docs(common): mention KEYMAN_USE_NVM in minimum versions doc
Also fix a typo in a comment in a script file.
This commit is contained in:
parent
b1029f11d7
commit
4540a501f6
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ KEYMAN_MIN_TARGET_VERSION_UBUNTU=20.04 # Ubuntu 20.04 Focal
|
|||
KEYMAN_MIN_TARGET_VERSION_CHROME=95.0 # Final version that runs on Android 5.0
|
||||
|
||||
# Dependency versions
|
||||
KEYMAN_MIN_VERSION_NODE_MAJOR=20 # node version source of truth is /package.json:/engines/node
|
||||
KEYMAN_MIN_VERSION_NODE_MAJOR=20 # node version source of truth is /package.json:/engines/node; use KEYMAN_USE_NVM to automatically update
|
||||
KEYMAN_MIN_VERSION_NPM=10.5.1 # 10.5.0 has bug, discussed in #10350
|
||||
KEYMAN_MIN_VERSION_EMSCRIPTEN=3.1.58 # Use KEYMAN_USE_EMSDK to automatically update to this version
|
||||
KEYMAN_MIN_VERSION_VISUAL_STUDIO=2019
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ locate_emscripten() {
|
|||
}
|
||||
|
||||
# Ensure that we use correct version of emsdk on build agents.
|
||||
# For developers, define KEYMAN_USE_SDK to do this on your
|
||||
# For developers, define KEYMAN_USE_EMSDK to do this on your
|
||||
# build machine.
|
||||
verify_emscripten_version() {
|
||||
if [[ "$VERSION_ENVIRONMENT" != local || ! -z "${KEYMAN_USE_EMSDK+x}" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue