mise-action/mise.toml
renovate[bot] c1be5dfbbf
chore(deps): update dependency node to v20.18.0 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 10:37:39 +00:00

6 lines
126 B
TOML

tasks.lint = "bun run lint"
tasks."lint:fix" = "bun run format:write"
tasks.version = "npm version"
[tools]
node = '20.18.0'