Browse Source

Update tool requirements to use stable versions

Changed the emsdk and nodejs dependencies from NP-419 to stable. This ensures that the configuration pulls from the stable version repository for more reliable builds.

Contribute to NP-419
NP-419
Jelle Spijker 1 year ago
parent
commit
31b1c9e469
  1. 4
      profiles/cura_wasm.jinja

4
profiles/cura_wasm.jinja

@ -2,8 +2,8 @@ include(cura.jinja)
[tool_requires]
# change to main once merged https://github.com/Ultimaker/conan-ultimaker-index/pull/14
emsdk/[>=3.1.65]@ultimaker/np_346
nodejs/[>=20.16.0]@ultimaker/np_346
emsdk/[>=3.1.65]@ultimaker/stable
nodejs/[>=20.16.0]@ultimaker/stable
[settings]
os=Emscripten

Loading…
Cancel
Save