mise-action/.mise.toml
2024-01-12 18:41:52 -06: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.10.0'