Skip to content

Commit

Permalink
Node engine (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth authored Dec 20, 2024
2 parents 776b32f + fbef95f commit b37416e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"react-dom": "^18.0.0",
"shx": "^0.3.4",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=18.0.0"
}
}
}
5 changes: 4 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=18.0.0"
}
}
}

0 comments on commit b37416e

Please sign in to comment.