Skip to content

Commit 1c0d675

Browse files
dmlvrCopilot
andcommitted
fix node version
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5ae3967 commit 1c0d675

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '24'
21+
node-version-file: '.node-version'
2222
cache: 'pnpm'
2323

2424
- name: Install dependencies

.node-version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
24.15.0
2+

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
engine-strict=true
2+

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,11 @@
4141
"picomatch": "^4.0.4",
4242
"vite@<7.3.2": "7.3.2"
4343
}
44+
},
45+
"engines": {
46+
"node": "24.15.0"
47+
},
48+
"volta": {
49+
"node": "24.15.0"
4450
}
4551
}

0 commit comments

Comments
 (0)