checkly runtimes
command displays all available runtime environments and their installed dependencies. This helps you understand what packages and versions are available for your checks in the Checkly cloud infrastructure.
Learn more about Checkly runtimes in our Runtimes documentation.
Usage
List all available runtimes with their dependency versions.Terminal
Terminal
Runtime Information
Runtime Versions
Each runtime environment includes:- Runtime name (e.g.,
2025.04
) - Description and release information (highlights and Node.js version)
- Playwright version for browser automation
- Built-in packages and their versions
Package Availability
Common packages included in Checkly runtimes:- HTTP clients: axios
- Utilities: lodash, moment, date-fns
- Testing: expect
- Cryptography: crypto-js, jsonwebtoken
- Environment: dotenv
Configuration
Setting Runtime in Configuration
Specify a runtime version in yourcheckly.config.ts
:
checkly.config.ts
apicheck.ts
checkgroup.check.ts
Runtime Compatibility
When selecting a runtime, consider:- Package versions your code depends on
- Node.js features you’re using
- Playwright compatibility for browser checks
- Long-term support for production environments
Use the latest runtime for new projects to benefit from the newest features and security updates.
Runtime Updates
Checkly regularly updates runtimes with:- Security patches for Node.js and dependencies
- New package versions and additional utilities
- Performance improvements and bug fixes
- Extended browser support via Playwright updates
Related Commands
checkly test
- Test checks with current runtimecheckly deploy
- Deploy checks to specified runtime