We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea36e9 commit 2ea1b74Copy full SHA for 2ea1b74
.mise.toml
@@ -0,0 +1,17 @@
1
+[tools]
2
+node = "24.11.1"
3
+"npm:@antfu/ni" = "latest"
4
+
5
+[env]
6
+_.path = ['{{config_root}}/node_modules/.bin']
7
8
+[settings]
9
+# This must be enabled to make the hooks work
10
+experimental = true
11
12
+# Enabling corepack will install the packageManager specified in package.json
13
+[[hooks.postinstall]]
14
+script = "npx corepack enable"
15
16
+[[hooks.cd]]
17
+script = "mise install"
package.json
@@ -11,7 +11,7 @@
"url": "https://github.com/codepunkt/vitest-environment-prisma-postgres"
},
"engines": {
- "node": ">=24.0.0"
+ "node": "24.11.1"
"scripts": {
"build": "tsup",
0 commit comments