Skip to content

Commit 0f55fca

Browse files
authored
Merge pull request #254 from SpiffyEight77/fix/node-version-restriction
fix: restrict Node.js 22.7.x to avoid encoding issues
2 parents 1c92780 + 62b779f commit 0f55fca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"engines": {
3+
"node": ">=16.14.0 <22.7.0 || >=22.8.0"
4+
},
25
"private": true,
36
"scripts": {
47
"dev": "docusaurus start --port 8888",

0 commit comments

Comments
 (0)