Skip to content

Commit

Permalink
chore: Specify node & yarn version in package.json (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Oct 25, 2023
1 parent 59b22b2 commit 6e814be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
"@types/react": "18.2.32",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"engines": {
"node": ">=16",
"yarn": "^1"
}
}

0 comments on commit 6e814be

Please sign in to comment.