chore: use mise (#28298)

This commit is contained in:
Jason Rasmussen
2026-05-08 15:21:33 -04:00
committed by GitHub
parent 7c6750941e
commit 25a6a38b30
23 changed files with 202 additions and 217 deletions
-1
View File
@@ -1 +0,0 @@
24.15.0
+13 -2
View File
@@ -55,12 +55,23 @@ run = [
env._.path = "./node_modules/.bin"
run = "email dev -p 3050 --dir src/emails"
[tasks.checklist]
[tasks.ci-unit]
run = [
{ task = ":install" },
{ task = ":format" },
{ task = ":lint" },
{ task = ":check" },
{ task = ":test-medium --run" },
{ task = ":test --run" },
]
[tasks.ci-medium]
run = [
{ task = ":install" },
{ task = ":test-medium --run" },
]
[tasks.checklist]
run = [
{ task = ":ci-unit" },
{ task = ":ci-medium" },
]
-3
View File
@@ -167,9 +167,6 @@
"vite-tsconfig-paths": "^6.0.0",
"vitest": "^3.0.0"
},
"volta": {
"node": "24.15.0"
},
"overrides": {
"sharp": "^0.34.5"
}