Skip to content

Commit

Permalink
Merge pull request #254 from SpiffyEight77/fix/node-version-restriction
Browse files Browse the repository at this point in the history
fix: restrict Node.js 22.7.x to avoid encoding issues
  • Loading branch information
alixander authored Feb 6, 2025
2 parents 1c92780 + 62b779f commit 0f55fca
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 0f55fca

Please sign in to comment.