Skip to content

Commit ff63e33

Browse files
chore: add .node-version and ignore .nvmrc (#1419)
Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 4f4bc1c commit ff63e33

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ file-tree-sprite.svg
4545

4646
# output
4747
.vercel
48+
.nvmrc

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"vue-tsc": "3.2.4"
143143
},
144144
"engines": {
145-
"node": ">=24"
145+
"node": "24"
146146
},
147147
"simple-git-hooks": {
148148
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)