We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c9fb2 commit c6d3373Copy full SHA for c6d3373
5 files changed
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: '24'
+ node-version-file: '.node-version'
22
cache: 'pnpm'
23
24
- name: Install dependencies
.mise.toml
@@ -0,0 +1,6 @@
1
+[tools]
2
+node = "24.15.0"
3
+
4
+[hooks]
5
+enter = "mise install"
6
.node-version
@@ -0,0 +1,2 @@
+24.15.0
.npmrc
+engine-strict=true
package.json
@@ -41,5 +41,8 @@
41
"picomatch": "^4.0.4",
42
"vite@<7.3.2": "7.3.2"
43
}
44
+ },
45
+ "engines": {
46
+ "node": "24.15.0"
47
48
0 commit comments