mise-action/mise.toml
2024-09-25 21:27:52 +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.15.1'