Skip to content

Commit

Permalink
chore: add engines field in package.json
Browse files Browse the repository at this point in the history
to force NodeJS version 20 at least
  • Loading branch information
carlosvillademor authored and carpasse committed Apr 17, 2024
1 parent bb5c25c commit 5d082db
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
Expand Up @@ -24,6 +24,9 @@
"jsonlint": "^1.6.3",
"semantic-release": "^23.0.8"
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"eslint": "^7.32.0"
},
Expand Down

0 comments on commit 5d082db

Please sign in to comment.