Skip to content

Commit 86c2074

Browse files
committed
Fix Node.js runtime and configuration
1 parent c911ed9 commit 86c2074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
18.20.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"unist-util-visit": "^5.0.0"
6868
},
6969
"engines": {
70-
"node": ">=18"
70+
"node": "18.x"
7171
}
7272
}

0 commit comments

Comments
 (0)