From 31b1c9e469b0de07cff8fc2577049e990dcbb3ae Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 18 Nov 2024 09:27:28 +0100 Subject: [PATCH] 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 --- profiles/cura_wasm.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/cura_wasm.jinja b/profiles/cura_wasm.jinja index 8ce8df8..2e4a05b 100644 --- a/profiles/cura_wasm.jinja +++ b/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