Skip to content

Commit

Permalink
chore: pin node version in engines field in package.json (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Horky <[email protected]>
  • Loading branch information
baptisteArno and karlhorky authored Jan 14, 2025
1 parent 02e520b commit 1f17b71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"prettier": "3.4.2",
"typescript": "5.7.3"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": ">=22.13.0"
}
}

0 comments on commit 1f17b71

Please sign in to comment.