Skip to content

Commit

Permalink
chore: add engines.node requirement (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jul 26, 2024
1 parent a1a95a2 commit a23ee1d
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 @@ -6,6 +6,9 @@
"bin": {
"electron-fuses": "dist/bin.js"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"scripts": {
"build": "tsc",
"test": "jest && tsc",
Expand Down

0 comments on commit a23ee1d

Please sign in to comment.