Skip to content

Commit

Permalink
Add minimum supported node and npm versions
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
otaviojacobi committed Jan 2, 2025
1 parent 861d6e6 commit 14ac975
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 @@ -13,6 +13,10 @@
},
"author": "Balena Inc. <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=20.14.0",
"npm": ">=10.7.0"
},
"devDependencies": {
"@balena/lint": "^8.2.8",
"@balena/sbvr-types": "^7.1.3",
Expand Down

0 comments on commit 14ac975

Please sign in to comment.