Below you will find pages that utilize the taxonomy term “Snowdreamtech”
July 24, 2026
Setup UniRTM
Version updated for https://github.com/snowdreamtech/setup-unirtm to version v0.6.0.
This action is used across all versions by 36 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action setup-unirtm automates the installation and configuration of UniRTM, a runtime and tools manager. It intelligently detects the best install method based on available runtimes and supports multiple methods such as npm, pip, GitHub Releases, and go installs. The action also offers features like caching using Handlebars templates and supports GitHub proxy configurations for restricted networks.
July 5, 2026
Setup UniRTM
Version updated for https://github.com/snowdreamtech/setup-unirtm to version v0.5.0.
This action is used across all versions by 34 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed 0.5.0 (2026-07-05) Features add job summary output (23587ed) atomic caching to prevent corrupted cache on install failure (2f09505) Bug Fixes polyfill import.meta.url for esbuild CJS bundle (3ff3077) remove esbuild minify to fix createRequire(import.meta.url) cjs interop bug (0be14b5) temporarily disable pip auto-detection and integration test (9d019b4)