# For more details on the format and content:
# https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-condayaml
# Tip: Adding a link to the release notes of the packages helps maintenance and security.
channels:
- conda-forge
dependencies:
- python=3.11.6 # https://pyreadiness.org/3.10
- pip=23.2.1 # https://pip.pypa.io/en/stable/news
- robocorp-truststore=0.8.0 # https://pypi.org/project/robocorp-truststore/
- nodejs=20.8.1 # https://github.com/nodejs/node/blob/main/CHANGELOG.md
- pip:
- robotframework-browser==17.5.2 # https://github.com/MarketSquare/robotframework-browser/releases
- rpaframework==27.5.2 # https://rpaframework.org/releasenotes.html
# - pip-system-certs==4.0 # required to access system cert store
- robotframework-reportportal==5.5.0 # Robot Framework Listener for ReportPortal
- robotframework-listener-icinga==0.0.14 # Robot Framework Listener for Icinga2 API
- robotframework-listener-archive-output==0.0.4 # Robot Framework listener for archiving the output
rccPostInstall:
- rfbrowser init # Initialize Playwright
Hi,
Yeah sorry I took the node version number from the wrong place… it takes some time for all versions to get to conda-forge so 18.17.1 is the latest one there.
(I edited my previous post to avoid confusion later on)