We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae3967 commit 1c0d675Copy full SHA for 1c0d675
4 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
.node-version
@@ -0,0 +1,2 @@
1
+24.15.0
2
+
.npmrc
+engine-strict=true
package.json
@@ -41,5 +41,11 @@
41
"picomatch": "^4.0.4",
42
"vite@<7.3.2": "7.3.2"
43
}
44
+ },
45
+ "engines": {
46
+ "node": "24.15.0"
47
48
+ "volta": {
49
50
51
0 commit comments