steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-toolchain@v0
with:
auto-install: true
telemetry: false
Warning: Unexpected input(s) 'telemetry', valid inputs are ['auto-install', 'auto-setup', 'cache', 'cache-base', 'cache-version', 'moon-version', 'proto-version', 'workspace-root']
Until Proto's telemetry is changed to Opt-in, I cannot use this library for GitHub Actions. There is no reason the tool that sets my Node version should be collecting data about me, my machine, or my CI.
Warning: Unexpected input(s) 'telemetry', valid inputs are ['auto-install', 'auto-setup', 'cache', 'cache-base', 'cache-version', 'moon-version', 'proto-version', 'workspace-root']Until Proto's telemetry is changed to Opt-in, I cannot use this library for GitHub Actions. There is no reason the tool that sets my Node version should be collecting data about me, my machine, or my CI.