Skip to content

Commit

Permalink
fix: restrict Node.js 22.7.x to avoid encoding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiffyEight77 committed Feb 6, 2025
1 parent 1c92780 commit 62b779f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"engines": {
"node": ">=16.14.0 <22.7.0 || >=22.8.0"
},
"private": true,
"scripts": {
"dev": "docusaurus start --port 8888",
Expand Down

0 comments on commit 62b779f

Please sign in to comment.